Home | History | Annotate | Download | only in Analysis

Lines Matching refs:Decision

500   ///   successor block when inserting the decision point).
515 /// (2.a has executed), we insert a decision block that uses the
538 /// Remember the successor S of a temporary destructor decision branch for
3771 // up to a decision block later.
3790 // If no temporary was found, we do not need to insert a decision point.
3794 CFGBlock *Decision = createBlock(false);
3795 Decision->setTerminator(CFGTerminator(Context.TerminatorExpr, true));
3796 addSuccessor(Decision, Block, !Context.KnownExecuted.isFalse());
3797 addSuccessor(Decision, FalseSucc ? FalseSucc : Context.Succ,
3799 Block = Decision;