Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DLICM.cpp902 SmallVector<Instruction *, 16> HoistedInstructions; in hoistRegion() local
951 HoistedInstructions.push_back(&I); in hoistRegion()
977 HoistedInstructions.push_back(ReciprocalDivisor); in hoistRegion()
996 HoistedInstructions.push_back(&I); in hoistRegion()
1032 for (Instruction *I : reverse(HoistedInstructions)) { in hoistRegion()