/external/llvm/lib/CodeGen/AsmPrinter/ |
D | OcamlGCPrinter.cpp | 109 for (iterator I = begin(), IE = end(); I != IE; ++I) { in finishAssembly() local 123 for (iterator I = begin(), IE = end(); I != IE; ++I) { in finishAssembly() local
|
/external/llvm/lib/Transforms/Utils/ |
D | SpecialCaseList.cpp | 133 IE = I->second.end(); in init() local 145 IE = I->second.end(); in ~SpecialCaseList() local 203 IE = I->second.end(); in findCategory() local
|
D | CloneFunction.cpp | 47 for (BasicBlock::const_iterator II = BB->begin(), IE = BB->end(); in CloneBasicBlock() local 262 for (BasicBlock::const_iterator II = BB->begin(), IE = --BB->end(); in CloneBlock() local
|
/external/llvm/include/llvm/CodeGen/ |
D | RegisterScavenging.h | 135 IE = Scavenged.end(); I != IE; ++I) in isScavengingFrameIndex() local 145 IE = Scavenged.end(); I != IE; ++I) in getScavengingFrameIndices() local
|
/external/llvm/lib/Target/PowerPC/ |
D | PPCCTRLoops.cpp | 401 for (Loop::block_iterator I = L->block_begin(), IE = L->block_end(); in convertToCTRLoop() local 413 IE = ExitingBlocks.end(); I != IE; ++I) { in convertToCTRLoop() local 563 for (MachineBasicBlock::iterator IE = MBB->begin();; --I) { in verifyCTRBranch() local 618 for (MachineFunction::iterator I = MF.begin(), IE = MF.end(); in runOnMachineFunction() local
|
D | PPCInstrInfo.cpp | 879 for (MachineBasicBlock::iterator I = MBB.begin(), IE = MBB.end(); in MBBDefinesCTR() local 1029 IE = RC->end(); I != IE; ++I) in DefinesPredicate() local 1149 IE = MRI->use_end(); I != IE; ++I) { in optimizeCompareInstr() local 1282 IE = MRI->use_end(); I != IE; ++I) { in optimizeCompareInstr() local
|
/external/llvm/lib/Target/NVPTX/ |
D | NVPTXSplitBBatBar.cpp | 37 BasicBlock::iterator IE = BI->end(); in runOnFunction() local
|
D | NVPTXLowerAggrCopies.cpp | 116 for (BasicBlock::iterator II = BI->begin(), IE = BI->end(); II != IE; in runOnFunction() local
|
/external/llvm/lib/Analysis/IPA/ |
D | FindUsedTypes.cpp | 77 for (const_inst_iterator II = inst_begin(F), IE = inst_end(F); in runOnModule() local
|
D | CallGraph.cpp | 141 for (BasicBlock::iterator II = BB->begin(), IE = BB->end(); in addToCallGraph() local
|
/external/llvm/lib/CodeGen/ |
D | RegisterScavenging.cpp | 48 IE = Scavenged.end(); I != IE; ++I) { in initRegState() local 185 IE = Scavenged.end(); I != IE; ++I) { in forward() local
|
D | ScheduleDAGInstrs.cpp | 101 for (SmallVectorImpl<Value *>::iterator I = Objs.begin(), IE = Objs.end(); in getUnderlyingObjects() local 140 for (SmallVectorImpl<Value *>::iterator I = Objs.begin(), IE = Objs.end(); in getUnderlyingObjectsForInstr() local 469 IE = Objs.end(); I != IE; ++I) { in isUnsafeMemoryObject() local 609 for (std::set<SUnit *>::iterator I = CheckList.begin(), IE = CheckList.end(); in adjustChainDeps() local 872 MapVector<const Value *, SUnit *>::iterator IE = in buildSchedGraph() local 952 MapVector<const Value *, SUnit *>::iterator IE = in buildSchedGraph() local
|
D | StackColoring.cpp | 510 MachineBasicBlock::iterator I, IE; in remapInstructions() local 600 MachineBasicBlock::const_iterator I, IE; in removeInvalidSlotRanges() local
|
D | PrologEpilogInserter.cpp | 572 IE = SFIs.end(); I != IE; ++I) in calculateFrameObjectOffsets() local 656 IE = SFIs.end(); I != IE; ++I) in calculateFrameObjectOffsets() local
|
/external/llvm/lib/Transforms/IPO/ |
D | ArgumentPromotion.cpp | 350 for (User::op_iterator II = GEP->idx_begin(), IE = GEP->idx_end(); in isSafeToPromoteArgument() local 559 for (User::op_iterator II = User->op_begin() + 1, IE = User->op_end(); in DoPromotion() local 684 IE = SI->end(); II != IE; ++II) { in DoPromotion() local 835 for (User::op_iterator II = GEP->idx_begin(), IE = GEP->idx_end(); in DoPromotion() local
|
/external/llvm/lib/Target/Mips/ |
D | MipsOptimizeMathLibCalls.cpp | 83 for (BasicBlock::iterator II = CurrBB->begin(), IE = CurrBB->end(); in runOnFunction() local
|
/external/clang/lib/StaticAnalyzer/Checkers/ |
D | NonNullParamChecker.cpp | 105 if (const InitListExpr *IE = in checkPreCall() local
|
/external/clang/lib/Sema/ |
D | ScopeInfo.cpp | 63 const ObjCIvarRefExpr *IE = cast<ObjCIvarRefExpr>(E); in getBaseInfo() local
|
/external/clang/test/Analysis/Inputs/ |
D | system-header-simulator-cxx.h | 106 OutputIter copy(InputIter II, InputIter IE, OutputIter OI) { in copy()
|
/external/llvm/lib/IR/ |
D | Attributes.cpp | 489 IE = ASN->end(); II != IE; ++II) { in Raw() local 712 IE = Attrs.pImpl->end(I); II != IE; ++II) in addAttributes() local 833 IE = pImpl->end(I); II != IE; ++II) in hasAttrSomewhere() local 949 IE = pImpl->end(I); II != IE; ++II) in AttrBuilder() local
|
D | BasicBlock.cpp | 347 for (iterator II = Succ->begin(), IE = Succ->end(); II != IE; ++II) { in replaceSuccessorsPhiUsesWith() local
|
/external/llvm/utils/TableGen/ |
D | AsmWriterEmitter.cpp | 808 II = Aliases.begin(), IE = Aliases.end(); II != IE; ++II) { in EmitPrintAliasInstruction() local 920 II = IAPs.begin(), IE = IAPs.end(); II != IE; ++II) { in EmitPrintAliasInstruction() local 940 II = UniqueIAPs.begin(), IE = UniqueIAPs.end(); II != IE; ++II) { in EmitPrintAliasInstruction() local
|
/external/llvm/lib/Analysis/ |
D | CostModel.cpp | 196 const InsertElementInst * IE = cast<InsertElementInst>(I); in getInstructionCost() local
|
D | LoopInfo.cpp | 248 for (block_iterator I = block_begin(), IE = block_end(); I != IE; ++I) { in getLoopID() local 285 for (block_iterator I = block_begin(), IE = block_end(); I != IE; ++I) { in setLoopID() local
|
/external/llvm/lib/MC/ |
D | MCObjectDisassembler.cpp | 130 for (MCTextAtom::const_iterator II = TA->begin(), IE = TA->end(); in buildCFG() local
|