Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DLICM.cpp882 SmallVector<Instruction *, 16> HoistedInstructions; in hoistRegion() local
912 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()