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

References

lib/CodeGen/BranchFolding.cpp
 1174       if (!TII->analyzeBranch(*PBB, TBB, FBB, Cond, true)) {
 1177         SmallVector<MachineOperand, 4> NewCond(Cond);
 1178         if (!Cond.empty() && TBB == IBB) {
 1190         if (TBB && (Cond.empty() || FBB)) {
 1193           if (!Cond.empty())