/freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/ |
H A D | PPCTLSDynamicCall.cpp | 62 for (MachineBasicBlock::iterator I = MBB.begin(), IE = MBB.end(); in processBlock() local 190 for (MachineBasicBlock::iterator IE = MBB.end(); UseIter != IE; in processBlock() local 233 IE = MBB.end(); in processBlock() local
|
H A D | PPCCTRLoopsVerify.cpp | 114 for (MachineBasicBlock::iterator IE = MBB->begin();; --I) { in verifyCTRBranch() local
|
H A D | PPCVSXFMAMutate.cpp | 76 for (MachineBasicBlock::iterator I = MBB.begin(), IE = MBB.end(); in processBlock() local
|
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/ |
H A D | ErlangGCPrinter.cpp | 53 IE = Info.funcinfo_end(); in finishAssembly() local
|
H A D | DwarfCompileUnit.cpp | 1369 else if (auto *IE = dyn_cast<DIImportedEntity>(Entity)) in constructImportedEntityDIE() local 1402 const DIImportedEntity *IE) { in getOrCreateImportedEntityDIE()
|
H A D | DwarfDebug.cpp | 1415 for (auto *IE : CUNode->getImportedEntities()) { in endModule() local 1421 if (auto *IE = dyn_cast<DIImportedEntity>(D)) in endModule() local 1518 else if (const auto *IE = dyn_cast<DIImportedEntity>(N)) in getRetainedNodeScope() local
|
/freebsd/contrib/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 | 516 for (unsigned II = 0, IE = Size; II != IE; II++) { in emitInst() local 530 for (unsigned II = 0, IE = Size; II != IE; II = II + 2) { in emitInst() local
|
H A D | ARMBaseInfo.h | 27 IE = 2, enumerator
|
/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/ |
H A D | HexagonLoopAlign.cpp | 95 IE = BB.instr_end(); in shouldBalignLoop() local
|
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/ |
H A D | PartiallyInlineLibCalls.cpp | 117 for (BasicBlock::iterator II = CurrBB->begin(), IE = CurrBB->end(); in runPartiallyInlineLibCalls() local
|
H A D | CallSiteSplitting.cpp | 509 auto IE = BB.getTerminator()->getIterator(); in doCallSiteSplitting() local
|
/freebsd/contrib/llvm-project/clang/lib/Sema/ |
H A D | ScopeInfo.cpp | 90 const ObjCIvarRefExpr *IE = cast<ObjCIvarRefExpr>(E); in getBaseInfo() local
|
/freebsd/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/PathSensitive/ |
H A D | SMTConstraintManager.h | 315 auto I = CZ.begin(), IE = CZ.end(); in REGISTER_TRAIT_WITH_PROGRAMSTATE() local
|
/freebsd/contrib/llvm-project/llvm/utils/TableGen/ |
H A D | CodeEmitterGen.cpp | 451 std::map<std::string, std::vector<std::string>>::const_iterator IE, EE; in emitCaseMap() local
|
/freebsd/usr.sbin/makefs/cd9660/ |
H A D | cd9660_eltorito.h | 132 boot_catalog_initial_entry IE; member
|
/freebsd/contrib/llvm-project/llvm/tools/llvm-mca/ |
H A D | llvm-mca.cpp | 624 [&IP, &STI](const mca::InstructionError<MCInst> &IE) { in main()
|
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Frontend/ |
H A D | AnalysisConsumer.cpp | 301 [&](const cross_tu::IndexError &IE) { in VisitVarDecl()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/WebAssembly/ |
H A D | WebAssemblyLowerEmscriptenEHSjLj.cpp | 1420 for (auto I = std::next(BasicBlock::iterator(CI)), IE = BB->end(); in handleLongjmpableCallsForEmscriptenSjLj() local 1431 for (auto I = std::next(BasicBlock::iterator(ThrewLI)), IE = BB->end(); in handleLongjmpableCallsForEmscriptenSjLj() local
|
/freebsd/contrib/llvm-project/clang/lib/AST/ |
H A D | CXXInheritance.cpp | 473 for (const_iterator I = Other.begin(), IE = Other.end(); I != IE; ++I) { in add() local
|
/freebsd/usr.bin/tip/tip/ |
H A D | tip.h | 68 EXTERN char *IE; /* EOT to expect on input */ variable
|
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/ |
H A D | MachineCSE.cpp | 709 for (MachineBasicBlock::iterator II = CSMI, IE = &MI; II != IE; ++II) in ProcessBlockCSE() local
|
/freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/ |
H A D | MergeFunctions.cpp | 433 for (auto I = HashedFuncs.begin(), IE = HashedFuncs.end(); I != IE; ++I) { in runOnModule() local
|
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/ |
H A D | X86LowerAMXIntrinsics.cpp | 577 for (BasicBlock::iterator II = BB->begin(), IE = BB->end(); II != IE;) { in visit() local
|
/freebsd/contrib/llvm-project/llvm/lib/ProfileData/ |
H A D | InstrProf.cpp | 753 auto IE = ValueData.end(); in overlap() local 851 auto IE = ValueData.end(); in merge() local
|