reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

lib/Transforms/Utils/BypassSlowDivision.cpp
   85   QuotRemWithBB createSlowBB(BasicBlock *Successor);
   86   QuotRemWithBB createFastBB(BasicBlock *Successor);
   87   QuotRemPair createDivRemPhiNodes(QuotRemWithBB &LHS, QuotRemWithBB &RHS,
   87   QuotRemPair createDivRemPhiNodes(QuotRemWithBB &LHS, QuotRemWithBB &RHS,
  262 QuotRemWithBB FastDivInsertionTask::createSlowBB(BasicBlock *SuccessorBB) {
  263   QuotRemWithBB DivRemPair;
  285 QuotRemWithBB FastDivInsertionTask::createFastBB(BasicBlock *SuccessorBB) {
  286   QuotRemWithBB DivRemPair;
  311 QuotRemPair FastDivInsertionTask::createDivRemPhiNodes(QuotRemWithBB &LHS,
  312                                                        QuotRemWithBB &RHS,
  415     QuotRemWithBB Long;
  419     QuotRemWithBB Fast = createFastBB(SuccessorBB);
  433     QuotRemWithBB Fast = createFastBB(SuccessorBB);
  434     QuotRemWithBB Slow = createSlowBB(SuccessorBB);