/llvm-project/llvm/lib/Target/PowerPC/ |
H A D | PPCTLSDynamicCall.cpp | 62 I != IE;) { in processBlock() local 233 I != IE; ++I) in processBlock() local 190 for (MachineBasicBlock::iterator IE = MBB.end(); UseIter != IE; processBlock() local
|
H A D | PPCCTRLoopsVerify.cpp | 114 for (MachineBasicBlock::iterator IE = MBB->begin();; --I) { verifyCTRBranch() local
|
H A D | PPCVSXFMAMutate.cpp | 76 for (MachineBasicBlock::iterator I = MBB.begin(), IE = MBB.end(); processBlock() local
|
/llvm-project/llvm/lib/CodeGen/AsmPrinter/ |
H A D | ErlangGCPrinter.cpp | 53 IE = Info.funcinfo_end(); in finishAssembly() local
|
/llvm-project/llvm/unittests/tools/llvm-mca/ |
H A D | MCATestBase.cpp | 79 [this](const mca::InstructionError<MCInst> &IE) { in runBaselineMCA()
|
/llvm-project/llvm/lib/Target/ARM/MCTargetDesc/ |
H A D | ARMTargetStreamer.cpp | 61 for (unsigned II = 0, IE = Size; II != IE; II++) { in emitInst() local 73 for (unsigned II = 0, IE = Size; II != IE; II = II + 2) { in emitInst() local
|
H A D | ARMELFStreamer.cpp | 517 for (unsigned II = 0, IE = Size; II != IE; II++) { emitInst() local 531 for (unsigned II = 0, IE = Size; II != IE; II = II + 2) { emitInst() local
|
/llvm-project/llvm/lib/Target/Hexagon/ |
H A D | HexagonLoopAlign.cpp | 95 II != IE; ++II) { in shouldBalignLoop() local
|
/llvm-project/llvm/lib/Transforms/Scalar/ |
H A D | PartiallyInlineLibCalls.cpp | 117 for (BasicBlock::iterator II = CurrBB->begin(), IE = CurrBB->end(); runPartiallyInlineLibCalls() local
|
H A D | CallSiteSplitting.cpp | 509 auto IE = BB.getTerminator()->getIterator(); in doCallSiteSplitting() local
|
/llvm-project/clang/lib/Sema/ |
H A D | ScopeInfo.cpp | 90 D = IE->getDecl(); in getBaseInfo() local
|
/llvm-project/bolt/lib/Passes/ |
H A D | CMOVConversion.cpp | 130 for (auto II = BB.begin(), IE = BB.end(); II != IE; ++II) { in convertMoves() local
|
H A D | MCF.cpp | 118 IE = InvTraits::child_end(Child); in computeEdgeWeights() local
|
/llvm-project/clang/include/clang/StaticAnalyzer/Core/PathSensitive/ |
H A D | SMTConstraintManager.h | 315 auto I = CZ.begin(), IE = CZ.end(); REGISTER_TRAIT_WITH_PROGRAMSTATE() local
|
/llvm-project/clang/lib/StaticAnalyzer/Checkers/ |
H A D | NonNullParamChecker.cpp | 171 if (const auto *IE = dyn_cast<InitListExpr>(CE->getInitializer())) in checkPreCall() local
|
H A D | TestAfterDivZeroChecker.cpp | 241 } else if (const ImplicitCastExpr *IE = in checkBranchCondition() local
|
/llvm-project/llvm/unittests/Analysis/ |
H A D | LoopNestTest.cpp | 312 Instruction *IE = getInstructionByName(F, "varr1")->getNextNode(); in TEST() local
|
/llvm-project/flang/lib/Optimizer/Transforms/ |
H A D | AddAliasTags.cpp | 131 for (auto II = scopeOps.rbegin(), IE = scopeOps.rend(); II != IE; ++II) { in getDeclarationScope() local
|
/llvm-project/clang/lib/CrossTU/ |
H A D | CrossTranslationUnit.cpp | 370 void CrossTranslationUnitContext::emitCrossTUDiagnostics(const IndexError &IE) { in emitCrossTUDiagnostics() argument 738 handleAllErrors(ToDeclOrError.takeError(), [&](const ASTImportError &IE) { in importDefinitionImpl() argument [all...] |
/llvm-project/llvm/unittests/XRay/ |
H A D | GraphTest.cpp | 113 const auto &IE = G.inEdges(EV.first.second); in graphEdgeTester() local
|
/llvm-project/llvm/utils/TableGen/ |
H A D | CodeEmitterGen.cpp | 451 std::map<std::string, std::vector<std::string>>::const_iterator IE, EE; emitCaseMap() local
|
/llvm-project/llvm/tools/llvm-mca/ |
H A D | llvm-mca.cpp | 624 [&IP, &STI](const mca::InstructionError<MCInst> &IE) { in main()
|
/llvm-project/llvm/tools/llvm-readtapi/ |
H A D | llvm-readtapi.cpp | 222 for (sys::fs::recursive_directory_iterator IT(InputPath, EC), IE; IT != IE; stubifyDirectory() local
|
/llvm-project/bolt/lib/Core/ |
H A D | Exceptions.cpp | 237 assert(II != IE && "exception range not pointing to an instruction"); in parseLSDA() local
|
/llvm-project/clang/lib/StaticAnalyzer/Frontend/ |
H A D | AnalysisConsumer.cpp | 301 [&](const cross_tu::IndexError &IE) { in VisitVarDecl() argument
|