Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/unittests/Analysis/
H A DLoopNestTest.cpp131 EXPECT_TRUE(LN.getInterveningInstructions(OL, *IL, SE).empty()); in TEST()
217 EXPECT_TRUE(LN.getInterveningInstructions(OL, *IL, SE).empty()); in TEST()
303 LN.getInterveningInstructions(OL, *IL, SE); in TEST()
/llvm-project-15.0.7/llvm/include/llvm/Analysis/
H A DLoopNestAnalysis.h56 static InstrVectorTy getInterveningInstructions(const Loop &OuterLoop,
/llvm-project-15.0.7/llvm/lib/Analysis/
H A DLoopNestAnalysis.cpp181 LoopNest::InstrVectorTy LoopNest::getInterveningInstructions( in getInterveningInstructions() function in LoopNest