Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCBranchCoalescing.cpp137 MachineBasicBlock *BranchBlock; // Block containing the branch member
202 : BranchBlock(nullptr), BranchTargetBlock(nullptr), in INITIALIZE_PASS_DEPENDENCY()
206 BranchBlock = nullptr; in clear()
233 << Cand.BranchBlock->getNumber() << " can be coalesced:"); in canCoalesceBranch()
236 if (TII->analyzeBranch(*Cand.BranchBlock, Cand.BranchTargetBlock, FalseMBB, in canCoalesceBranch()
242 for (auto &I : Cand.BranchBlock->terminators()) { in canCoalesceBranch()
267 if (Cand.BranchBlock->isEHPad() || Cand.BranchBlock->hasEHPadSuccessor()) { in canCoalesceBranch()
272 if (Cand.BranchBlock->mayHaveInlineAsmBr()) { in canCoalesceBranch()
280 !Cand.BranchBlock->isSuccessor(Cand.BranchTargetBlock)) { in canCoalesceBranch()
286 if (Cand.BranchBlock->succ_size() != 2) { in canCoalesceBranch()
[all …]
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DSimplifyCFG.cpp6797 BasicBlock *BranchBlock = RangeCheckBranch->getParent(); in reuseTableCompare() local
6799 if (Pred != BranchBlock && Pred->getUniquePredecessor() != BranchBlock) in reuseTableCompare()