HomeSort by relevance Sort by last modified time
    Searched refs:PTI (Results 1 - 3 of 3) sorted by null

  /external/llvm/lib/Transforms/Scalar/
TailRecursionElimination.cpp 600 TerminatorInst *PTI = Pred->getTerminator();
601 if (BranchInst *BI = dyn_cast<BranchInst>(PTI))
  /external/llvm/lib/Transforms/Utils/
SimplifyCFG.cpp 700 TerminatorInst *PTI = Pred->getTerminator();
701 Value *PCV = isValueEqualityComparison(PTI); // PredCondVal
703 if (PCV == CV && SafeToMergeTerminators(TI, PTI)) {
709 BasicBlock *PredDefault = GetValueEqualityComparisonCases(PTI, PredCases);
711 // Based on whether the default edge from PTI goes to BB or not, fill in
717 // If this is the default destination from PTI, only the edges in TI
718 // that don't occur in PTI, or that branch to BB will be activated.
782 Builder.SetInsertPoint(PTI);
793 NewSI->setDebugLoc(PTI->getDebugLoc());
797 EraseTerminatorInstAndDCECond(PTI);
    [all...]
  /external/clang/lib/Sema/
SemaType.cpp     [all...]

Completed in 124 milliseconds