Searched refs:StopAt (Results 1 – 4 of 4) sorted by relevance
267 Instruction *StopAt,
456 Instruction *StopAt, in getJumpThreadDuplicationCost() argument458 assert(StopAt->getParent() == BB && "Not an instruction from proper BB?"); in getJumpThreadDuplicationCost()466 if (BB->getTerminator() == StopAt) { in getJumpThreadDuplicationCost()470 if (isa<SwitchInst>(StopAt)) in getJumpThreadDuplicationCost()474 if (isa<IndirectBrInst>(StopAt)) in getJumpThreadDuplicationCost()485 for (; &*I != StopAt; ++I) { in getJumpThreadDuplicationCost()
800 Instruction *StopAt, in DuplicateInstructionsInSplitBetween() argument818 for (; StopAt != &*BI && BB->getTerminator() != &*BI; ++BI) { in DuplicateInstructionsInSplitBetween()
511 const MemoryAccess *StopAt = nullptr) const { in walkToPhiOrClobber() argument516 if (Current == StopAt) in walkToPhiOrClobber()