Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DLoopFuse.cpp1075 const SmallVector<Instruction *, 4> &NotHoisting, in canHoistInst()
1102 for (Instruction *NotHoistedInst : NotHoisting) { in canHoistInst()
1188 SmallVector<Instruction *, 4> NotHoisting; in collectMovablePreheaderInsts() local
1211 if (canHoistInst(I, SafeToHoist, NotHoisting, FC0)) { in collectMovablePreheaderInsts()
1216 NotHoisting.push_back(&I); in collectMovablePreheaderInsts()