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/utils/TableGen/
H A DCodeGenSchedule.cpp1014 PTI = Transitions.begin(), PTE = Transitions.end();
1015 PTI != PTE; ++PTI) {
1017 WSI = PTI->WriteSequences.begin(), WSE = PTI->WriteSequences.end();
1026 RSI = PTI->ReadSequences.begin(), RSE = PTI->ReadSequences.end();
/external/llvm/lib/Transforms/Utils/
H A DSimplifyCFG.cpp859 TerminatorInst *PTI = Pred->getTerminator(); local
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);
3394 TerminatorInst *PTI = P->getTerminator(); local
[all...]
/external/clang/lib/Sema/
H A DSemaType.cpp2518 DeclaratorChunk::PointerTypeInfo &PTI = OuterChunk.Ptr; local
2521 PTI.TypeQuals,
2523 SourceLocation::getFromRawEncoding(PTI.ConstQualLoc),
2524 SourceLocation::getFromRawEncoding(PTI.VolatileQualLoc),
2525 SourceLocation::getFromRawEncoding(PTI.RestrictQualLoc),
2526 SourceLocation::getFromRawEncoding(PTI.AtomicQualLoc));

Completed in 347 milliseconds