Home
last modified time | relevance | path

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

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