Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DLoopInterchange.cpp1463 SmallVector<Instruction *, 4> TempInstrs(Iter.begin(), std::prev(Iter.end())); in swapBBContents() local
1464 for (Instruction *I : TempInstrs) in swapBBContents()
1471 for (Instruction *I : TempInstrs) in swapBBContents()