Home
last modified time | relevance | path

Searched defs:IE (Results 1 – 25 of 73) sorted by relevance

123

/freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCTLSDynamicCall.cpp62 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 DPPCCTRLoopsVerify.cpp114 for (MachineBasicBlock::iterator IE = MBB->begin();; --I) { in verifyCTRBranch() local
H A DPPCVSXFMAMutate.cpp76 for (MachineBasicBlock::iterator I = MBB.begin(), IE = MBB.end(); in processBlock() local
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DErlangGCPrinter.cpp53 IE = Info.funcinfo_end(); in finishAssembly() local
H A DDwarfCompileUnit.cpp1369 else if (auto *IE = dyn_cast<DIImportedEntity>(Entity)) in constructImportedEntityDIE() local
1402 const DIImportedEntity *IE) { in getOrCreateImportedEntityDIE()
H A DDwarfDebug.cpp1415 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 DARMTargetStreamer.cpp61 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 DARMELFStreamer.cpp516 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 DARMBaseInfo.h27 IE = 2, enumerator
/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonLoopAlign.cpp95 IE = BB.instr_end(); in shouldBalignLoop() local
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DPartiallyInlineLibCalls.cpp117 for (BasicBlock::iterator II = CurrBB->begin(), IE = CurrBB->end(); in runPartiallyInlineLibCalls() local
H A DCallSiteSplitting.cpp509 auto IE = BB.getTerminator()->getIterator(); in doCallSiteSplitting() local
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DScopeInfo.cpp90 const ObjCIvarRefExpr *IE = cast<ObjCIvarRefExpr>(E); in getBaseInfo() local
/freebsd/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DSMTConstraintManager.h315 auto I = CZ.begin(), IE = CZ.end(); in REGISTER_TRAIT_WITH_PROGRAMSTATE() local
/freebsd/contrib/llvm-project/llvm/utils/TableGen/
H A DCodeEmitterGen.cpp451 std::map<std::string, std::vector<std::string>>::const_iterator IE, EE; in emitCaseMap() local
/freebsd/usr.sbin/makefs/cd9660/
H A Dcd9660_eltorito.h132 boot_catalog_initial_entry IE; member
/freebsd/contrib/llvm-project/llvm/tools/llvm-mca/
H A Dllvm-mca.cpp624 [&IP, &STI](const mca::InstructionError<MCInst> &IE) { in main()
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Frontend/
H A DAnalysisConsumer.cpp301 [&](const cross_tu::IndexError &IE) { in VisitVarDecl()
/freebsd/contrib/llvm-project/llvm/lib/Target/WebAssembly/
H A DWebAssemblyLowerEmscriptenEHSjLj.cpp1420 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 DCXXInheritance.cpp473 for (const_iterator I = Other.begin(), IE = Other.end(); I != IE; ++I) { in add() local
/freebsd/usr.bin/tip/tip/
H A Dtip.h68 EXTERN char *IE; /* EOT to expect on input */ variable
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DMachineCSE.cpp709 for (MachineBasicBlock::iterator II = CSMI, IE = &MI; II != IE; ++II) in ProcessBlockCSE() local
/freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DMergeFunctions.cpp433 for (auto I = HashedFuncs.begin(), IE = HashedFuncs.end(); I != IE; ++I) { in runOnModule() local
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86LowerAMXIntrinsics.cpp577 for (BasicBlock::iterator II = BB->begin(), IE = BB->end(); II != IE;) { in visit() local
/freebsd/contrib/llvm-project/llvm/lib/ProfileData/
H A DInstrProf.cpp753 auto IE = ValueData.end(); in overlap() local
851 auto IE = ValueData.end(); in merge() local

123