Searched refs:BBPredicates (Results 1 – 2 of 2) sorted by relevance
88 using BBPredicates = DenseMap<BasicBlock *, Value *>; typedef89 using PredMap = DenseMap<BasicBlock *, BBPredicates>;468 BBPredicates &Pred = Predicates[BB]; in gatherPredicates()469 BBPredicates &LPred = LoopPreds[BB]; in gatherPredicates()575 BBPredicates &Preds = Loops ? LoopPreds[SuccFalse] : Predicates[SuccTrue]; in insertConditions()907 BBPredicates &Preds = Predicates[Node->getEntry()]; in dominatesPredicates()915 BBPredicates &Preds = Predicates[Node->getEntry()]; in isPredictableTrue()
1932 using BBPredicates = DenseMap<BasicBlock *, Instruction *>; typedef1987 BBPredicates &GuardPredicates) { in setupBranchForGuard()2007 SmallVectorImpl<BasicBlock *> &GuardBlocks, BBPredicates &GuardPredicates) { in calcPredicateUsingInteger()2052 SmallVectorImpl<BasicBlock *> &GuardBlocks, BBPredicates &GuardPredicates, in calcPredicateUsingBooleans()2125 BBPredicates GuardPredicates; in convertToGuardPredicates()