Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/
DLoopUnroll.cpp116 Loop *DefLoop = LI->getLoopFor(Def->getParent()); in needToInsertPhisForLCSSA() local
117 if (!DefLoop) in needToInsertPhisForLCSSA()
119 if (DefLoop->contains(L)) in needToInsertPhisForLCSSA()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DSplitKit.cpp898 const MachineLoop *DefLoop = Loops.getLoopFor(DefMBB); in findShallowDominator() local
918 if (Loop == DefLoop) { in findShallowDominator()