Lines Matching defs:QuotRemWithBB
55 struct QuotRemWithBB {
83 QuotRemWithBB createSlowBB(BasicBlock *Successor);
84 QuotRemWithBB createFastBB(BasicBlock *Successor);
85 QuotRemPair createDivRemPhiNodes(QuotRemWithBB &LHS, QuotRemWithBB &RHS,
259 QuotRemWithBB FastDivInsertionTask::createSlowBB(BasicBlock *SuccessorBB) {
260 QuotRemWithBB DivRemPair;
283 QuotRemWithBB FastDivInsertionTask::createFastBB(BasicBlock *SuccessorBB) {
284 QuotRemWithBB DivRemPair;
310 QuotRemPair FastDivInsertionTask::createDivRemPhiNodes(QuotRemWithBB &LHS,
311 QuotRemWithBB &RHS,
419 QuotRemWithBB Long;
423 QuotRemWithBB Fast = createFastBB(SuccessorBB);
436 QuotRemWithBB Fast = createFastBB(SuccessorBB);
437 QuotRemWithBB Slow = createSlowBB(SuccessorBB);