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

/external/llvm/lib/Transforms/Scalar/
H A DStructurizeCFG.cpp43 typedef DenseMap<BasicBlock *, Value *> BBPredicates; typedef in namespace:__anon26341
44 typedef DenseMap<BasicBlock *, BBPredicates> PredMap;
365 BBPredicates &Pred = Predicates[BB];
366 BBPredicates &LPred = LoopPreds[BB];
468 BBPredicates &Preds = Loops ? LoopPreds[SuccFalse] : Predicates[SuccTrue];
474 for (BBPredicates::iterator PI = Preds.begin(), PE = Preds.end();
685 BBPredicates &Preds = Predicates[Node->getEntry()];
686 for (BBPredicates::iterator PI = Preds.begin(), PE = Preds.end();
697 BBPredicates &Preds = Predicates[Node->getEntry()];
704 for (BBPredicates
[all...]

Completed in 70 milliseconds