Searched refs:NotHoisting (Results 1 – 1 of 1) sorted by relevance
1075 const SmallVector<Instruction *, 4> &NotHoisting, in canHoistInst()1102 for (Instruction *NotHoistedInst : NotHoisting) { in canHoistInst()1188 SmallVector<Instruction *, 4> NotHoisting; in collectMovablePreheaderInsts() local1211 if (canHoistInst(I, SafeToHoist, NotHoisting, FC0)) { in collectMovablePreheaderInsts()1216 NotHoisting.push_back(&I); in collectMovablePreheaderInsts()