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

References

lib/CodeGen/BranchFolding.cpp
 1150       if (TriedMerging.count(PBB))
 1154       if (PBB == IBB)
 1158       if (!UniquePreds.insert(PBB).second)
 1162       if (PBB->hasEHPadSuccessor())
 1169         if (ML != MLI->getLoopFor(PBB))
 1174       if (!TII->analyzeBranch(*PBB, TBB, FBB, Cond, true)) {
 1183             auto Next = ++PBB->getIterator();
 1191           DebugLoc dl = PBB->findBranchDebugLoc();
 1192           TII->removeBranch(*PBB);
 1195             TII->insertBranch(*PBB, (TBB == IBB) ? FBB : TBB, nullptr,
 1199         MergePotentials.push_back(MergePotentialsElt(HashEndOfMBB(*PBB), PBB));
 1199         MergePotentials.push_back(MergePotentialsElt(HashEndOfMBB(*PBB), PBB));