Searched refs:BranchTargetBlock (Results 1 – 1 of 1) sorted by relevance
143 MachineBasicBlock *BranchTargetBlock; // Block branched to member209 : BranchBlock(nullptr), BranchTargetBlock(nullptr), in INITIALIZE_PASS_DEPENDENCY()214 BranchTargetBlock = nullptr; in clear()243 if (TII->analyzeBranch(*Cand.BranchBlock, Cand.BranchTargetBlock, FalseMBB, in canCoalesceBranch()281 if (!Cand.BranchTargetBlock || FalseMBB || in canCoalesceBranch()282 !Cand.BranchBlock->isSuccessor(Cand.BranchTargetBlock)) { in canCoalesceBranch()301 (*Cand.BranchBlock->succ_begin() == Cand.BranchTargetBlock) in canCoalesceBranch()312 if (!Succ->isSuccessor(Cand.BranchTargetBlock)) { in canCoalesceBranch()493 if (TargetRegion.BranchTargetBlock != SourceRegion.BranchBlock) in validateCandidates()545 if (Use.isPHI() && Use.getParent() == SourceRegion.BranchTargetBlock) { in canMerge()[all …]