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

References

lib/CodeGen/GlobalISel/IRTranslator.cpp
  412   if (!FuncInfo.BPI) {
  426   if (!FuncInfo.BPI) {
  432   return FuncInfo.BPI->getEdgeProbability(SrcBB, DstBB);
  439   BranchProbabilityInfo *BPI = FuncInfo.BPI;
 2244   FuncInfo.BPI = nullptr;
lib/CodeGen/SelectionDAG/FastISel.cpp
 1681   if (FuncInfo.BPI) {
 1682     auto BranchProbability = FuncInfo.BPI->getEdgeProbability(
 1696     if (FuncInfo.BPI) {
 1698           FuncInfo.BPI->getEdgeProbability(BranchBB, TrueMBB->getBasicBlock());
lib/CodeGen/SelectionDAG/SelectionDAGBuilder.cpp
 1731     BranchProbabilityInfo *BPI = FuncInfo.BPI;
 1742   BranchProbabilityInfo *BPI = FuncInfo.BPI;
 1988   BranchProbabilityInfo *BPI = FuncInfo.BPI;
 2003   if (!FuncInfo.BPI)
 2806   BranchProbabilityInfo *BPI = FuncInfo.BPI;
10053   BranchProbabilityInfo *BPI = FuncInfo.BPI;
10447   if (SwitchPeelThreshold > 100 || !FuncInfo.BPI || Clusters.size() < 2 ||
10496   BranchProbabilityInfo *BPI = FuncInfo.BPI;
lib/CodeGen/SelectionDAG/SelectionDAGISel.cpp
  461     FuncInfo->BPI = &getAnalysis<BranchProbabilityInfoWrapperPass>().getBPI();
  463     FuncInfo->BPI = nullptr;
lib/Target/AArch64/AArch64FastISel.cpp
 2500     if (FuncInfo.BPI) {
 2501       auto BranchProbability = FuncInfo.BPI->getEdgeProbability(
lib/Target/PowerPC/PPCISelDAGToDAG.cpp
  519   if (!FuncInfo->BPI) return PPC::BR_NO_HINT;
  529   auto TProb = FuncInfo->BPI->getEdgeProbability(BB, TBB);
  530   auto FProb = FuncInfo->BPI->getEdgeProbability(BB, FBB);