Home
last modified time | relevance | path

Searched refs:BBPredicates (Results 1 – 1 of 1) sorted by relevance

/freebsd-12.1/contrib/llvm/lib/Transforms/Scalar/
H A DStructurizeCFG.cpp81 using BBPredicates = DenseMap<BasicBlock *, Value *>; typedef
82 using PredMap = DenseMap<BasicBlock *, BBPredicates>;
448 BBPredicates &Pred = Predicates[BB]; in gatherPredicates()
449 BBPredicates &LPred = LoopPreds[BB]; in gatherPredicates()
548 BBPredicates &Preds = Loops ? LoopPreds[SuccFalse] : Predicates[SuccTrue]; in insertConditions()
771 BBPredicates &Preds = Predicates[Node->getEntry()]; in dominatesPredicates()
779 BBPredicates &Preds = Predicates[Node->getEntry()]; in isPredictableTrue()