Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/unittests/Analysis/
H A DLoopInfoTest.cpp278 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 DLoopInfo.cpp250 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 DLoopNestAnalysis.cpp96 if ((isa<BinaryOperator>(I) && &I != &OuterLoopLB->getStepInst()) || in checkSafeInstruction()
/llvm-project-15.0.7/llvm/include/llvm/Analysis/
H A DLoopInfo.h672 Instruction &getStepInst() const { return StepInst; } in getStepInst() function