Home
last modified time | relevance | path

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

/external/llvm/lib/Transforms/Scalar/
DInductiveRangeCheckElimination.cpp1181 Value *ExitPreLoopAt = nullptr; in run() local
1201 ExitPreLoopAt = Expander.expandCodeFor(ExitPreLoopAtSCEV, IVTy, InsertPt); in run()
1202 ExitPreLoopAt->setName("exit.preloop.at"); in run()
1240 ExitPreLoopAt, MainLoopPreheader); in run()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/
DInductiveRangeCheckElimination.cpp1421 Value *ExitPreLoopAt = nullptr; in run() local
1449 ExitPreLoopAt = Expander.expandCodeFor(ExitPreLoopAtSCEV, IVTy, InsertPt); in run()
1450 ExitPreLoopAt->setName("exit.preloop.at"); in run()
1496 ExitPreLoopAt, MainLoopPreheader); in run()
/external/swiftshader/third_party/llvm-16.0/llvm/lib/Transforms/Scalar/
DInductiveRangeCheckElimination.cpp1438 Value *ExitPreLoopAt = nullptr; in run() local
1466 ExitPreLoopAt = Expander.expandCodeFor(ExitPreLoopAtSCEV, IVTy, InsertPt); in run()
1467 ExitPreLoopAt->setName("exit.preloop.at"); in run()
1513 ExitPreLoopAt, MainLoopPreheader); in run()