Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/
DMemorySSAUpdater.h282 void fixupDefs(const SmallVectorImpl<WeakVH> &);
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
DMemorySSAUpdater.cpp418 fixupDefs(FixupList); in insertDef()
452 void MemorySSAUpdater::fixupDefs(const SmallVectorImpl<WeakVH> &Vars) { in fixupDefs() function in MemorySSAUpdater