Searched refs:BBPredicates (Results 1 – 2 of 2) sorted by relevance
86 using BBPredicates = DenseMap<BasicBlock *, Value *>; typedef87 using PredMap = DenseMap<BasicBlock *, BBPredicates>;459 BBPredicates &Pred = Predicates[BB]; in gatherPredicates()460 BBPredicates &LPred = LoopPreds[BB]; in gatherPredicates()558 BBPredicates &Preds = Loops ? LoopPreds[SuccFalse] : Predicates[SuccTrue]; in insertConditions()803 BBPredicates &Preds = Predicates[Node->getEntry()]; in dominatesPredicates()811 BBPredicates &Preds = Predicates[Node->getEntry()]; in isPredictableTrue()
1615 using BBPredicates = DenseMap<BasicBlock *, PHINode *>; typedef1671 BasicBlock *FirstGuardBlock, BBPredicates &GuardPredicates, in convertToGuardPredicates()1742 BBPredicates &GuardPredicates, StringRef Prefix) { in createGuardBlocks()1783 BBPredicates GuardPredicates; in CreateControlFlowHub()