Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/Transforms/Scalar/
H A DLICM.cpp733 SmallVector<Instruction *, 16> HoistedInstructions; in hoistRegion() local
779 HoistedInstructions.push_back(&I); in hoistRegion()
806 HoistedInstructions.push_back(ReciprocalDivisor); in hoistRegion()
820 HoistedInstructions.push_back(&I); in hoistRegion()
856 for (Instruction *I : reverse(HoistedInstructions)) { in hoistRegion()