Home
last modified time | relevance | path

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

/external/llvm/lib/Transforms/Scalar/
DInductiveRangeCheckElimination.cpp1175 ClonedLoop PreLoop, PostLoop; in run() local
1229 cloneLoop(PostLoop, "postloop"); in run()
1250 createPreheader(PostLoop.Structure, Preheader, "postloop"); in run()
1253 rewriteIncomingValuesForPHIs(PostLoop.Structure, PostLoopPreheader, in run()
1270 addToParentLoopIfNeeded(PostLoop.Blocks); in run()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Scalar/
DInductiveRangeCheckElimination.cpp1500 ClonedLoop PreLoop, PostLoop; in run() local
1574 cloneLoop(PostLoop, "postloop"); in run()
1595 createPreheader(PostLoop.Structure, Preheader, "postloop"); in run()
1598 rewriteIncomingValuesForPHIs(PostLoop.Structure, PostLoopPreheader, in run()
1628 if (!PostLoop.Blocks.empty()) { in run()
1631 PostLoop.Map, /* IsSubLoop */ false); in run()