Searched refs:GuardPredicates (Results 1 – 1 of 1) sorted by relevance
/external/llvm-project/llvm/lib/Transforms/Utils/ |
D | BasicBlockUtils.cpp | 1239 BasicBlock *FirstGuardBlock, BBPredicates &GuardPredicates, in convertToGuardPredicates() argument 1254 GuardPredicates[Out] = Phi; in convertToGuardPredicates() 1274 auto Phi = GuardPredicates[Out]; in convertToGuardPredicates() 1310 BBPredicates &GuardPredicates, StringRef Prefix) { in createGuardBlocks() argument 1315 assert(GuardBlocks.size() == GuardPredicates.size()); in createGuardBlocks() 1323 assert(GuardPredicates.count(Out)); in createGuardBlocks() 1324 BranchInst::Create(Out, GuardBlocks[i + 1], GuardPredicates[Out], in createGuardBlocks() 1351 BBPredicates GuardPredicates; in CreateControlFlowHub() local 1353 convertToGuardPredicates(FirstGuardBlock, GuardPredicates, DeletionCandidates, in CreateControlFlowHub() 1357 createGuardBlocks(GuardBlocks, F, Outgoing, GuardPredicates, Prefix); in CreateControlFlowHub()
|