Home
last modified time | relevance | path

Searched refs:OtherLoop (Results 1 – 3 of 3) sorted by relevance

/external/llvm/lib/Transforms/Utils/
DLCSSA.cpp148 if (auto *OtherLoop = LI->getLoopFor(ExitBB)) in processInstruction() local
149 if (!L.contains(OtherLoop)) in processInstruction()
184 Loop *OtherLoop = LI->getLoopFor(PHIBB); in processInstruction() local
186 OtherLoop->getExitBlocks(EBs); in processInstruction()
193 processInstruction(*OtherLoop, *I, DT, EBs, PredCache, LI); in processInstruction()
/external/llvm-project/llvm/lib/Transforms/Utils/
DLCSSA.cpp198 if (auto *OtherLoop = LI.getLoopFor(ExitBB)) in formLCSSAForInstructions() local
199 if (!L->contains(OtherLoop)) in formLCSSAForInstructions()
256 if (auto *OtherLoop = LI.getLoopFor(InsertedPN->getParent())) in formLCSSAForInstructions() local
257 if (!L->contains(OtherLoop)) in formLCSSAForInstructions()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/
DLCSSA.cpp185 if (auto *OtherLoop = LI.getLoopFor(ExitBB)) in formLCSSAForInstructions() local
186 if (!L->contains(OtherLoop)) in formLCSSAForInstructions()
239 if (auto *OtherLoop = LI.getLoopFor(InsertedPN->getParent())) in formLCSSAForInstructions() local
240 if (!L->contains(OtherLoop)) in formLCSSAForInstructions()