Searched refs:PTI (Results 1 - 4 of 4) sorted by relevance

/external/llvm/lib/Transforms/Scalar/
H A DTailRecursionElimination.cpp812 TerminatorInst *PTI = Pred->getTerminator(); local
813 if (BranchInst *BI = dyn_cast<BranchInst>(PTI))
/external/llvm/lib/Transforms/Utils/
H A DSimplifyCFG.cpp783 TerminatorInst *PTI = Pred->getTerminator(); local
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.
928 Builder.SetInsertPoint(PTI);
2938 TerminatorInst *PTI = P->getTerminator(); local
[all...]
/external/llvm/utils/TableGen/
H A DCodeGenSchedule.cpp1029 PTI = Transitions.begin(), PTE = Transitions.end();
1030 PTI != PTE; ++PTI) {
1032 WSI = PTI->WriteSequences.begin(), WSE = PTI->WriteSequences.end();
1041 RSI = PTI->ReadSequences.begin(), RSE = PTI->ReadSequences.end();
/external/clang/lib/Sema/
H A DSemaType.cpp2062 DeclaratorChunk::PointerTypeInfo &PTI = OuterChunk.Ptr; local
2065 PTI.TypeQuals,
2067 SourceLocation::getFromRawEncoding(PTI.ConstQualLoc),
2068 SourceLocation::getFromRawEncoding(PTI.VolatileQualLoc),
2069 SourceLocation::getFromRawEncoding(PTI.RestrictQualLoc),
2070 SourceLocation::getFromRawEncoding(PTI.AtomicQualLoc));

Completed in 1882 milliseconds