Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Transforms/Scalar/
H A DLoopInterchange.cpp1409 SmallVector<Instruction *, 4> TempInstrs(Iter.begin(), std::prev(Iter.end())); in swapBBContents() local
1410 for (Instruction *I : TempInstrs) in swapBBContents()
1417 for (Instruction *I : TempInstrs) in swapBBContents()