Searched refs:BBPredicates (Results 1 – 2 of 2) sorted by relevance
26 using BBPredicates = DenseMap<BasicBlock *, Instruction *>; typedef70 BBPredicates &GuardPredicates) { in setupBranchForGuard()89 BBPredicates &GuardPredicates) { in calcPredicateUsingInteger()133 SmallVectorImpl<BasicBlock *> &GuardBlocks, BBPredicates &GuardPredicates, in calcPredicateUsingBooleans()207 BBPredicates GuardPredicates; in convertToGuardPredicates()
128 using BBPredicates = DenseMap<BasicBlock *, PredInfo>; typedef129 using PredMap = DenseMap<BasicBlock *, BBPredicates>;514 BBPredicates &Pred = Predicates[BB]; in gatherPredicates()515 BBPredicates &LPred = LoopPreds[BB]; in gatherPredicates()612 BBPredicates &Preds = Loops ? LoopPreds[SuccFalse] : Predicates[SuccTrue]; in insertConditions()1027 BBPredicates &Preds = Predicates[Node->getEntry()]; in dominatesPredicates()1035 BBPredicates &Preds = Predicates[Node->getEntry()]; in isPredictableTrue()