Searched refs:PE (Results 26 - 50 of 122) sorted by relevance

12345

/external/llvm/lib/Transforms/IPO/
H A DLoopExtractor.cpp233 PI = pred_begin(LPad), PE = pred_end(LPad); PI != PE; ++PI) {
/external/llvm/lib/Transforms/Scalar/
H A DStructurizeCFG.cpp368 for (pred_iterator PI = pred_begin(BB), PE = pred_end(BB);
369 PI != PE; ++PI) {
474 for (BBPredicates::iterator PI = Preds.begin(), PE = Preds.end();
475 PI != PE; ++PI) {
536 for (PhiMap::iterator PI = Map.begin(), PE = Map.end();
537 PI != PE; ++PI) {
686 for (BBPredicates::iterator PI = Preds.begin(), PE = Preds.end();
687 PI != PE; ++PI) {
H A DJumpThreading.cpp764 pred_iterator PI = pred_begin(BB), PE = pred_end(BB); local
765 if (CondBr && CondConst && CondBr->isConditional() && PI != PE &&
777 while (++PI != PE) {
785 if (PI == PE) {
907 for (pred_iterator PI = pred_begin(LoadBB), PE = pred_end(LoadBB);
908 PI != PE; ++PI) {
960 for (pred_iterator PI = pred_begin(LoadBB), PE = pred_end(LoadBB);
961 PI != PE; ++PI) {
997 pred_iterator PB = pred_begin(LoadBB), PE = pred_end(LoadBB); local
998 PHINode *PN = PHINode::Create(LI->getType(), std::distance(PB, PE), "",
[all...]
H A DTailRecursionElimination.cpp743 pred_iterator PB = pred_begin(OldEntry), PE = pred_end(OldEntry); local
746 std::distance(PB, PE) + 1,
755 for (pred_iterator PI = PB; PI != PE; ++PI) {
H A DGVN.cpp779 pred_iterator PI = pred_begin(BB), PE = pred_end(BB); local
782 if (PI == PE)
785 for (; PI != PE; ++PI)
2487 PE = pred_end(CurrentBlock); PI != PE; ++PI) {
2722 for (pred_iterator PI = pred_begin(S), PE = pred_end(S); PI != PE; PI++)
2752 PE = Preds.end(); PI != PE; PI++) {
/external/llvm/lib/Transforms/Utils/
H A DLoopSimplify.cpp117 for (pred_iterator PI = pred_begin(Header), PE = pred_end(Header);
118 PI != PE; ++PI) {
492 PE = pred_end(*BB); PI != PE; ++PI) {
564 for (pred_iterator PI = pred_begin(ExitBlock), PE = pred_end(ExitBlock);
565 PI != PE; ++PI)
822 PE = pred_end(L->getHeader()); PI != PE; ++PI)
H A DFlattenCFG.cpp138 for (SmallPtrSetIterator<BasicBlock *> PI = Preds.begin(), PE = Preds.end();
139 PI != PE; ++PI) {
H A DBasicBlockUtils.cpp753 pred_iterator PI = pred_begin(BB), PE = pred_end(BB); local
754 if (PI == PE) // No predecessor
757 if (PI == PE) // Only one predecessor
760 if (PI != PE) // More than two predecessors
/external/llvm/utils/TableGen/
H A DOptParserEmitter.cpp149 PE = I->first.end(); PI != PE; ++PI) {
H A DCodeGenSchedule.cpp585 PE = ProcModels.end(); PI != PE; ++PI) {
774 for (CodeGenSchedModels::ProcIter PI = procModelBegin(), PE = procModelEnd();
775 PI != PE; ++PI) {
785 PE = ProcModels.end(); PI != PE; ++PI) {
1322 PI = I->PredTerm.begin(), PE = I->PredTerm.end(); PI != PE; ++PI) {
1570 for (IdxIter PI = ProcIndices.begin(), PE = ProcIndices.end();
1571 PI != PE;
[all...]
H A DFastISelEmitter.cpp624 for (PredMap::const_iterator PI = PM.begin(), PE = PM.end();
625 PI != PE; ++PI) {
715 for (PredMap::const_iterator PI = PM.begin(), PE = PM.end(); PI != PE;
/external/clang/lib/AST/
H A DCXXInheritance.cpp325 for (CXXBasePath::iterator PE = P->begin(), PEEnd = P->end();
326 PE != PEEnd && !Hidden; ++PE) {
327 if (PE->Base->isVirtual()) {
329 if (const RecordType *Record = PE->Base->getType()->getAs<RecordType>())
/external/llvm/lib/CodeGen/
H A DCriticalAntiDepBreaker.cpp138 for (SUnit::const_pred_iterator P = SU->Preds.begin(), PE = SU->Preds.end();
139 P != PE; ++P) {
587 PE = CriticalPathSU->Preds.end(); P != PE; ++P)
H A DLiveIntervalAnalysis.cpp387 PE = MBB->pred_end(); PI != PE; ++PI) {
404 PE = MBB->pred_end(); PI != PE; ++PI) {
628 PI = PHIMBB->pred_begin(), PE = PHIMBB->pred_end(); PI != PE; ++PI)
/external/llvm/lib/MC/MCAnalysis/
H A DMCModuleYAML.cpp345 PE = MCBB.pred_end();
346 PI != PE; ++PI)
420 for (AddrIt PI = BBI->Preds.begin(), PE = BBI->Preds.end(); PI != PE;
H A DMCObjectDisassembler.cpp278 for (BBInfoSetTy::iterator PI = BBI->Preds.begin(), PE = BBI->Preds.end();
279 PI != PE; ++PI)
293 for (BBInfoSetTy::iterator PI = BBI->Preds.begin(), PE = BBI->Preds.end();
294 PI != PE; ++PI)
/external/llvm/lib/Target/R600/
H A DSIAnnotateControlFlow.cpp272 for (pred_iterator PI = pred_begin(Target), PE = pred_end(Target);
273 PI != PE; ++PI) {
/external/llvm/lib/Support/Unix/
H A DPath.inc276 for (auto PI = Path.begin(), PE = Path.end(); PI < PE; ++PI) {
279 if (PN < PE && *PN == '\\')
/external/clang/lib/Analysis/
H A DAnalysisDeclContext.cpp489 void VisitPseudoObjectExpr(PseudoObjectExpr *PE) { argument
490 for (PseudoObjectExpr::semantics_iterator it = PE->semantics_begin(),
491 et = PE->semantics_end(); it != et; ++it) {
H A DReachableCode.cpp171 if (const ParenExpr *PE = dyn_cast<ParenExpr>(S))
172 if (!PE->getLocStart().isMacroID())
173 return isConfigurationValue(PE->getSubExpr(), PP, SilenceableCondVal,
H A DThreadSafety.cpp437 } else if (const ParenExpr *PE = dyn_cast<ParenExpr>(Exp)) {
438 return buildSExpr(PE->getSubExpr(), CallCtx, NDeref);
1297 PE = CurrBlock->pred_end(); PI != PE; ++PI) {
1684 else if (const ParenExpr *PE = dyn_cast<ParenExpr>(Cond)) {
1685 return getTrylockCallExpr(PE->getSubExpr(), C, Negate);
1941 if (const ParenExpr *PE = dyn_cast<ParenExpr>(Exp)) {
1942 Exp = PE->getSubExpr();
2462 PE = CurrBlock->pred_end(); PI != PE;
[all...]
/external/llvm/tools/llvm-diff/
H A DDifferenceEngine.cpp555 PI = Path.begin(), PE = Path.end(); local
556 while (PI != PE && *PI == DC_match) {
561 for (; PI != PE; ++PI) {
/external/llvm/lib/Transforms/ObjCARC/
H A DObjCARCOpts.cpp1959 PE(MyStates.pred_end()); PI != PE; ++PI) {
2133 PE(MyStates.pred_end());
2134 if (PI != PE) {
2140 for (; PI != PE; ++PI) {
2240 BBState::edge_iterator PE = BBStates[PredStack.back().first].pred_end(); local
2241 while (PredStack.back().second != PE) {
2304 PE = ReleasesToMove.ReverseInsertPts.end(); PI != PE; ++PI) {
2318 PE
[all...]
/external/clang/lib/Rewrite/Frontend/
H A DRewriteModernObjC.cpp896 ParenExpr *PE = new (Context) ParenExpr(SourceLocation(), SourceLocation(), local
904 MemberExpr *ME = new (Context) MemberExpr(PE, true, FD, SourceLocation(),
2645 ParenExpr *PE = new (Context) ParenExpr(Exp->getLocation(), Exp->getExprLoc(), local
2647 ReplaceStmt(Exp, PE);
2648 return PE;
2729 ParenExpr *PE = new (Context) ParenExpr(StartLoc, EndLoc, cast); local
2733 CallExpr(*Context, PE, MsgExprs, FT->getReturnType(), VK_RValue, EndLoc);
2858 ParenExpr *PE = new (Context) ParenExpr(StartLoc, EndLoc, cast); local
2862 CallExpr(*Context, PE, MsgExprs, FT->getReturnType(), VK_RValue, EndLoc);
3022 ParenExpr *PE local
3609 ParenExpr *PE = new (Context) ParenExpr(StartLoc, EndLoc, cast); local
4747 ParenExpr *PE = new (Context) ParenExpr(SourceLocation(), SourceLocation(), local
4822 ParenExpr *PE = new (Context) ParenExpr(DeclRefExp->getExprLoc(), local
4841 ParenExpr *PE = new (Context) ParenExpr(SourceLocation(), SourceLocation(), local
7678 ParenExpr *PE = new (Context) ParenExpr(SourceLocation(), local
7707 ParenExpr *PE = new (Context) ParenExpr(SourceLocation(), SourceLocation(), local
[all...]
/external/clang/lib/StaticAnalyzer/Frontend/
H A DAnalysisConsumer.cpp123 PE = FlatPath.end();
124 PI != PE; ++PI) {

Completed in 877 milliseconds

12345