Home
last modified time | relevance | path

Searched refs:BranchBlock (Results 1 – 3 of 3) sorted by relevance

/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/PowerPC/
DPPCBranchCoalescing.cpp142 MachineBasicBlock *BranchBlock; // Block containing the branch member
209 : BranchBlock(nullptr), BranchTargetBlock(nullptr), in INITIALIZE_PASS_DEPENDENCY()
213 BranchBlock = nullptr; in clear()
240 << Cand.BranchBlock->getNumber() << " can be coalesced:"); in canCoalesceBranch()
243 if (TII->analyzeBranch(*Cand.BranchBlock, Cand.BranchTargetBlock, FalseMBB, in canCoalesceBranch()
249 for (auto &I : Cand.BranchBlock->terminators()) { in canCoalesceBranch()
274 if (Cand.BranchBlock->isEHPad() || Cand.BranchBlock->hasEHPadSuccessor()) { in canCoalesceBranch()
282 !Cand.BranchBlock->isSuccessor(Cand.BranchTargetBlock)) { in canCoalesceBranch()
288 if (Cand.BranchBlock->succ_size() != 2) { in canCoalesceBranch()
294 assert(Cand.BranchBlock->canFallThrough() && in canCoalesceBranch()
[all …]
/external/llvm/lib/Transforms/Utils/
DSimplifyCFG.cpp4786 BasicBlock *BranchBlock = RangeCheckBranch->getParent(); in reuseTableCompare() local
4789 if (Pred != BranchBlock && Pred->getUniquePredecessor() != BranchBlock) in reuseTableCompare()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Utils/
DSimplifyCFG.cpp5210 BasicBlock *BranchBlock = RangeCheckBranch->getParent(); in reuseTableCompare() local
5213 if (Pred != BranchBlock && Pred->getUniquePredecessor() != BranchBlock) in reuseTableCompare()