Searched refs:GuardPredicates (Results 1 – 1 of 1) sorted by relevance
| /llvm-project-15.0.7/llvm/lib/Transforms/Utils/ |
| H A D | BasicBlockUtils.cpp | 1671 BasicBlock *FirstGuardBlock, BBPredicates &GuardPredicates, in convertToGuardPredicates() argument 1686 GuardPredicates[Out] = Phi; in convertToGuardPredicates() 1706 auto Phi = GuardPredicates[Out]; in convertToGuardPredicates() 1742 BBPredicates &GuardPredicates, StringRef Prefix) { in createGuardBlocks() argument 1747 assert(GuardBlocks.size() == GuardPredicates.size()); in createGuardBlocks() 1755 assert(GuardPredicates.count(Out)); in createGuardBlocks() 1756 BranchInst::Create(Out, GuardBlocks[i + 1], GuardPredicates[Out], in createGuardBlocks() 1783 BBPredicates GuardPredicates; in CreateControlFlowHub() local 1785 convertToGuardPredicates(FirstGuardBlock, GuardPredicates, DeletionCandidates, in CreateControlFlowHub() 1789 createGuardBlocks(GuardBlocks, F, Outgoing, GuardPredicates, Prefix); in CreateControlFlowHub()
|