Searched refs:HoistedInstructions (Results 1 – 1 of 1) sorted by relevance
882 SmallVector<Instruction *, 16> HoistedInstructions; in hoistRegion() local912 HoistedInstructions.push_back(&I); in hoistRegion()938 HoistedInstructions.push_back(ReciprocalDivisor); in hoistRegion()957 HoistedInstructions.push_back(&I); in hoistRegion()1000 for (Instruction *I : reverse(HoistedInstructions)) { in hoistRegion()