Searched refs:BranchTargetBlock (Results 1 – 1 of 1) sorted by relevance
139 MachineBasicBlock *BranchTargetBlock; // Block branched to member205 : BranchBlock(nullptr), BranchTargetBlock(nullptr), in INITIALIZE_PASS_DEPENDENCY()210 BranchTargetBlock = nullptr; in clear()282 if (!Cand.BranchTargetBlock || FalseMBB || in canCoalesceBranch()283 !Cand.BranchBlock->isSuccessor(Cand.BranchTargetBlock)) { in canCoalesceBranch()302 (*Cand.BranchBlock->succ_begin() == Cand.BranchTargetBlock) in canCoalesceBranch()313 if (!Succ->isSuccessor(Cand.BranchTargetBlock)) { in canCoalesceBranch()495 if (TargetRegion.BranchTargetBlock != SourceRegion.BranchBlock) in validateCandidates()669 ? SourceRegion.BranchTargetBlock->getFirstNonPHI() in mergeCandidates()686 SourceRegion.BranchBlock, SourceRegion.BranchTargetBlock); in mergeCandidates()[all …]