Home
last modified time | relevance | path

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

/src/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DMemorySSAUpdater.h266 void fixupDefs(const SmallVectorImpl<WeakVH> &);
/src/contrib/llvm-project/llvm/lib/Analysis/
H A DMemorySSAUpdater.cpp420 fixupDefs(FixupList); in insertDef()
462 void MemorySSAUpdater::fixupDefs(const SmallVectorImpl<WeakVH> &Vars) { in fixupDefs() function in MemorySSAUpdater