Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/
H A DLICM.cpp874 SmallVector<Instruction *, 16> HoistedInstructions; in hoistRegion() local
923 HoistedInstructions.push_back(&I); in hoistRegion()
949 HoistedInstructions.push_back(ReciprocalDivisor); in hoistRegion()
968 HoistedInstructions.push_back(&I); in hoistRegion()
1004 for (Instruction *I : reverse(HoistedInstructions)) { in hoistRegion()