Home
last modified time | relevance | path

Searched refs:isSafeToExpandAt (Results 1 – 4 of 4) sorted by relevance

/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Analysis/
DScalarEvolutionExpander.h37 bool isSafeToExpandAt(const SCEV *S, const Instruction *InsertionPoint,
/external/swiftshader/third_party/llvm-7.0/llvm/unittests/Analysis/
DScalarEvolutionTest.cpp1181 EXPECT_FALSE(isSafeToExpandAt(AR, Top->getTerminator(), SE)); in TEST_F()
1182 EXPECT_FALSE(isSafeToExpandAt(AR, LPh->getTerminator(), SE)); in TEST_F()
1183 EXPECT_TRUE(isSafeToExpandAt(AR, L->getTerminator(), SE)); in TEST_F()
1184 EXPECT_TRUE(isSafeToExpandAt(AR, Post->getTerminator(), SE)); in TEST_F()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Scalar/
DInductiveRangeCheckElimination.cpp1528 if (!isSafeToExpandAt(ExitPreLoopAtSCEV, InsertPt, SE)) { in run()
1557 if (!isSafeToExpandAt(ExitMainLoopAtSCEV, InsertPt, SE)) { in run()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Analysis/
DScalarEvolutionExpander.cpp2340 bool isSafeToExpandAt(const SCEV *S, const Instruction *InsertionPoint, in isSafeToExpandAt() function