Home
last modified time | relevance | path

Searched refs:fixupDefs (Results 1 – 2 of 2) sorted by relevance

/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Analysis/
DMemorySSAUpdater.h222 void fixupDefs(const SmallVectorImpl<WeakVH> &);
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Analysis/
DMemorySSAUpdater.cpp297 fixupDefs(FixupList); in insertDef()
325 void MemorySSAUpdater::fixupDefs(const SmallVectorImpl<WeakVH> &Vars) { in fixupDefs() function in MemorySSAUpdater