Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Transforms/Scalar/
H A DLICM.cpp876 SmallVector<Instruction *, 16> HoistedInstructions; in hoistRegion() local
921 HoistedInstructions.push_back(&I); in hoistRegion()
947 HoistedInstructions.push_back(ReciprocalDivisor); in hoistRegion()
966 HoistedInstructions.push_back(&I); in hoistRegion()
1002 for (Instruction *I : reverse(HoistedInstructions)) { in hoistRegion()