Home | History | Annotate | Download | only in Utils

Lines Matching defs:PTI

859     TerminatorInst *PTI = Pred->getTerminator();
860 Value *PCV = isValueEqualityComparison(PTI); // PredCondVal
862 if (PCV == CV && SafeToMergeTerminators(TI, PTI)) {
868 BasicBlock *PredDefault = GetValueEqualityComparisonCases(PTI, PredCases);
870 // Based on whether the default edge from PTI goes to BB or not, fill in
877 bool PredHasWeights = HasBranchWeights(PTI);
881 GetBranchWeights(PTI, Weights);
901 // If this is the default destination from PTI, only the edges in TI
902 // that don't occur in PTI, or that branch to BB will be activated.
1004 Builder.SetInsertPoint(PTI);
1014 NewSI->setDebugLoc(PTI->getDebugLoc());
1029 EraseTerminatorInstAndDCECond(PTI);
3394 TerminatorInst *PTI = P->getTerminator();
3395 if (BranchInst *BI = dyn_cast<BranchInst>(PTI)) {