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     [all...]
  /external/llvm/lib/Transforms/Utils/
SimplifyCFG.cpp 783 TerminatorInst *PTI = Pred->getTerminator();
784 Value *PCV = isValueEqualityComparison(PTI); // PredCondVal
786 if (PCV == CV && SafeToMergeTerminators(TI, PTI)) {
792 BasicBlock *PredDefault = GetValueEqualityComparisonCases(PTI, PredCases);
794 // Based on whether the default edge from PTI goes to BB or not, fill in
801 bool PredHasWeights = HasBranchWeights(PTI);
805 GetBranchWeights(PTI, Weights);
825 // If this is the default destination from PTI, only the edges in TI
826 // 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 64 milliseconds