Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DLICM.cpp894 SmallVector<Instruction *, 16> HoistedInstructions; in hoistRegion() local
924 HoistedInstructions.push_back(&I); in hoistRegion()
952 HoistedInstructions.push_back(ReciprocalDivisor); in hoistRegion()
971 HoistedInstructions.push_back(&I); in hoistRegion()
1014 for (Instruction *I : reverse(HoistedInstructions)) { in hoistRegion()