Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCBranchCoalescing.cpp205 FallThroughBlock(nullptr), MustMoveDown(false), MustMoveUp(false) {} in INITIALIZE_PASS_DEPENDENCY()
210 FallThroughBlock = nullptr; in clear()
319 Cand.FallThroughBlock = Succ; in canCoalesceBranch()
498 else if (!TargetRegion.FallThroughBlock->empty() || in validateCandidates()
499 !SourceRegion.FallThroughBlock->empty()) in validateCandidates()
696 assert(TargetRegion.FallThroughBlock->empty() && in mergeCandidates()
701 TargetRegion.FallThroughBlock->transferSuccessorsAndUpdatePHIs( in mergeCandidates()
702 SourceRegion.FallThroughBlock); in mergeCandidates()
704 TargetRegion.FallThroughBlock->normalizeSuccProbs(); in mergeCandidates()
711 assert(SourceRegion.FallThroughBlock->empty() && in mergeCandidates()
[all …]