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

  /external/llvm/lib/Transforms/Scalar/
TailRecursionElimination.cpp 637 TerminatorInst *PTI = Pred->getTerminator();
638 if (BranchInst *BI = dyn_cast<BranchInst>(PTI))
  /external/llvm/lib/Transforms/Utils/
SimplifyCFG.cpp 778 TerminatorInst *PTI = Pred->getTerminator();
779 Value *PCV = isValueEqualityComparison(PTI); // PredCondVal
781 if (PCV == CV && SafeToMergeTerminators(TI, PTI)) {
787 BasicBlock *PredDefault = GetValueEqualityComparisonCases(PTI, PredCases);
789 // Based on whether the default edge from PTI goes to BB or not, fill in
796 bool PredHasWeights = HasBranchWeights(PTI);
800 GetBranchWeights(PTI, Weights);
820 // If this is the default destination from PTI, only the edges in TI
821 // that don't occur in PTI, or that branch to BB will be activated.
    [all...]
  /external/llvm/utils/TableGen/
CodeGenSchedule.cpp     [all...]
  /external/clang/lib/Sema/
SemaType.cpp     [all...]

Completed in 1076 milliseconds