Searched defs:DestB (Results 1 - 1 of 1) sorted by relevance

/external/llvm/lib/CodeGen/
H A DMachineBasicBlock.cpp1042 /// DestB, remove any other MBB successors from the CFG. DestA and DestB can be
1045 /// Besides DestA and DestB, retain other edges leading to LandingPads
1047 /// Note it is possible that DestA and/or DestB are LandingPads.
1049 MachineBasicBlock *DestB,
1051 // The values of DestA and DestB frequently come from a call to the
1055 // 1. If both DestA and DestB are null, then the block ends with no branches
1057 // 2. If DestA is set, DestB is null, and isCond is false, then the block ends
1059 // 3. If DestA is set, DestB is null, and isCond is true, then the block ends
1060 // with a conditional branch that falls through to a successor (DestB)
1048 CorrectExtraCFGEdges(MachineBasicBlock *DestA, MachineBasicBlock *DestB, bool isCond) argument
[all...]

Completed in 106 milliseconds