Searched refs:GuardPredicates (Results 1 – 1 of 1) sorted by relevance
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Utils/ |
| H A D | BasicBlockUtils.cpp | 1975 BBPredicates &GuardPredicates) { in setupBranchForGuard() argument 1982 assert(GuardPredicates.count(Out)); in setupBranchForGuard() 1983 BranchInst::Create(Out, GuardBlocks[i + 1], GuardPredicates[Out], in setupBranchForGuard() 1995 SmallVectorImpl<BasicBlock *> &GuardBlocks, BBPredicates &GuardPredicates) { in calcPredicateUsingInteger() argument 2033 GuardPredicates[Out] = Cmp; in calcPredicateUsingInteger() 2040 SmallVectorImpl<BasicBlock *> &GuardBlocks, BBPredicates &GuardPredicates, in calcPredicateUsingBooleans() argument 2056 GuardPredicates[Out] = Phi; in calcPredicateUsingBooleans() 2076 PHINode *Phi = cast<PHINode>(GuardPredicates[Out]); in calcPredicateUsingBooleans() 2113 BBPredicates GuardPredicates; in convertToGuardPredicates() local 2126 calcPredicateUsingBooleans(Incoming, Outgoing, GuardBlocks, GuardPredicates, in convertToGuardPredicates() [all …]
|