Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Transforms/Scalar/
H A DLICM.cpp864 SmallVector<Instruction *, 16> HoistedInstructions; in hoistRegion() local
908 HoistedInstructions.push_back(&I); in hoistRegion()
934 HoistedInstructions.push_back(ReciprocalDivisor); in hoistRegion()
953 HoistedInstructions.push_back(&I); in hoistRegion()
989 for (Instruction *I : reverse(HoistedInstructions)) { in hoistRegion()