Searched refs:getStepInst (Results 1 – 4 of 4) sorted by relevance
| /llvm-project-15.0.7/llvm/unittests/Analysis/ |
| H A D | LoopInfoTest.cpp | 278 EXPECT_EQ(Bounds->getStepInst().getName(), "inc"); in TEST() 337 EXPECT_EQ(Bounds->getStepInst().getName(), "inc"); in TEST() 396 EXPECT_EQ(Bounds->getStepInst().getName(), "inc"); in TEST() 455 EXPECT_EQ(Bounds->getStepInst().getName(), "inc"); in TEST() 514 EXPECT_EQ(Bounds->getStepInst().getName(), "inc"); in TEST() 574 EXPECT_EQ(Bounds->getStepInst().getName(), "inc"); in TEST() 633 EXPECT_EQ(Bounds->getStepInst().getName(), "inc"); in TEST() 689 EXPECT_EQ(Bounds->getStepInst().getName(), "inc"); in TEST() 746 EXPECT_EQ(Bounds->getStepInst().getName(), "inc"); in TEST() 808 EXPECT_EQ(Bounds->getStepInst().getName(), "inc"); in TEST() [all …]
|
| /llvm-project-15.0.7/llvm/lib/Analysis/ |
| H A D | LoopInfo.cpp | 250 if (LatchCmpInst->getOperand(0) == &getStepInst() || in getCanonicalPredicate() 251 LatchCmpInst->getOperand(1) == &getStepInst()) in getCanonicalPredicate() 272 dyn_cast<SCEVAddRecExpr>(SE.getSCEV(&getStepInst()))) in getDirection()
|
| H A D | LoopNestAnalysis.cpp | 96 if ((isa<BinaryOperator>(I) && &I != &OuterLoopLB->getStepInst()) || in checkSafeInstruction()
|
| /llvm-project-15.0.7/llvm/include/llvm/Analysis/ |
| H A D | LoopInfo.h | 672 Instruction &getStepInst() const { return StepInst; } in getStepInst() function
|