HomeSort by: relevance | last modified time | path
    Searched refs:addSuccessorWithProb (Results 1 - 6 of 6) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/GlobalISel/
IRTranslator.h 597 virtual void addSuccessorWithProb(
600 IRT->addSuccessorWithProb(Src, Dst, Prob);
675 void addSuccessorWithProb(
  /src/external/apache2/llvm/dist/llvm/lib/CodeGen/GlobalISel/
IRTranslator.cpp 647 void IRTranslator::addSuccessorWithProb(MachineBasicBlock *Src,
816 addSuccessorWithProb(CB.ThisBB, CB.TrueBB, CB.TrueProb);
866 addSuccessorWithProb(CB.ThisBB, CB.TrueBB, CB.TrueProb);
874 addSuccessorWithProb(CB.ThisBB, CB.FalseBB, CB.FalseProb);
940 addSuccessorWithProb(CurMBB, Fallthrough, FallthroughProb);
941 addSuccessorWithProb(CurMBB, JumpMBB, JumpProb);
1023 addSuccessorWithProb(SwitchBB, B.Default, B.DefaultProb);
1024 addSuccessorWithProb(SwitchBB, MBB, B.Prob);
1080 addSuccessorWithProb(SwitchBB, B.TargetBB, B.ExtraProb);
1082 addSuccessorWithProb(SwitchBB, NextMBB, BranchProbToNext)
    [all...]
  /src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
SwitchLoweringUtils.h 288 virtual void addSuccessorWithProb(
  /src/external/apache2/llvm/dist/llvm/lib/CodeGen/SelectionDAG/
SelectionDAGBuilder.h 399 virtual void addSuccessorWithProb(
402 SDB->addSuccessorWithProb(Src, Dst, Prob);
659 void addSuccessorWithProb(
SelectionDAGBuilder.cpp 1857 addSuccessorWithProb(FuncInfo.MBB, UnwindDest.first, UnwindDest.second);
2111 void SelectionDAGBuilder::addSuccessorWithProb(MachineBasicBlock *Src,
2443 addSuccessorWithProb(SwitchBB, CB.TrueBB, CB.TrueProb);
2499 addSuccessorWithProb(SwitchBB, CB.TrueBB, CB.TrueProb);
2503 addSuccessorWithProb(SwitchBB, CB.FalseBB, CB.FalseProb);
2781 addSuccessorWithProb(SwitchBB, B.Default, B.DefaultProb);
2782 addSuccessorWithProb(SwitchBB, MBB, B.Prob);
2845 addSuccessorWithProb(SwitchBB, B.TargetBB, B.ExtraProb);
2847 addSuccessorWithProb(SwitchBB, NextMBB, BranchProbToNext);
2945 addSuccessorWithProb(InvokeMBB, Return)
    [all...]
  /src/external/apache2/llvm/dist/llvm/lib/CodeGen/
SwitchLoweringUtils.cpp 245 addSuccessorWithProb(JumpTableMBB, Succ, JTProbs[Succ]);

Completed in 56 milliseconds