Searched refs:DestA (Results 1 - 2 of 2) sorted by relevance

/freebsd-10.2-release/contrib/llvm/lib/CodeGen/
H A DMachineBasicBlock.cpp1030 /// CFG to be inserted. If we have proven that MBB can only branch to DestA and
1031 /// DestB, remove any other MBB successors from the CFG. DestA and DestB can be
1034 /// Besides DestA and DestB, retain other edges leading to LandingPads
1036 /// Note it is possible that DestA and/or DestB are LandingPads.
1037 bool MachineBasicBlock::CorrectExtraCFGEdges(MachineBasicBlock *DestA, argument
1040 // The values of DestA and DestB frequently come from a call to the
1044 // 1. If both DestA and DestB are null, then the block ends with no branches
1046 // 2. If DestA is set, DestB is null, and isCond is false, then the block ends
1048 // 3. If DestA is set, DestB is null, and isCond is true, then the block ends
1050 // 4. If DestA an
[all...]
/freebsd-10.2-release/contrib/llvm/include/llvm/CodeGen/
H A DMachineBasicBlock.h570 /// DestA and DestB, remove any other MBB successors from the CFG. DestA and
571 /// DestB can be null. Besides DestA and DestB, retain other edges leading
573 /// that here). Note it is possible that DestA and/or DestB are LandingPads.
574 bool CorrectExtraCFGEdges(MachineBasicBlock *DestA,

Completed in 50 milliseconds