Searched refs:OI (Results 1 - 25 of 62) sorted by relevance

123

/external/llvm/lib/Analysis/IPA/
H A DFindUsedTypes.cpp50 for (User::const_op_iterator OI = C->op_begin(), OE = C->op_end();
51 OI != OE; ++OI)
52 IncorporateValue(*OI);
82 for (User::const_op_iterator OI = I.op_begin(), OE = I.op_end();
83 OI != OE; ++OI)
84 IncorporateValue(*OI); // Insert inst operand types as well
H A DInlineCost.cpp796 for (User::op_iterator OI = I.op_begin(), OE = I.op_end(); OI != OE; ++OI)
797 disableSROA(*OI);
/external/llvm/lib/Analysis/
H A DAliasDebugger.cpp52 for (User::const_op_iterator OI = I->op_begin(),
53 OE = I->op_end(); OI != OE; ++OI)
54 Vals.insert(*OI);
69 for (User::const_op_iterator OI = BI->op_begin(),
70 OE = BI->op_end(); OI != OE; ++OI)
71 Vals.insert(*OI);
H A DIVUsers.cpp69 for (SCEVAddExpr::op_iterator OI = Add->op_begin(), OE = Add->op_end();
70 OI != OE; ++OI)
71 if (isInteresting(*OI, I, L, SE, LI)) {
H A DAliasAnalysisEvaluator.cpp175 for (Instruction::op_iterator OI = Inst.op_begin(), OE = Inst.op_end();
176 OI != OE; ++OI)
177 if (isInterestingPointer(*OI))
178 Pointers.insert(*OI);
/external/llvm/lib/Transforms/Scalar/
H A DADCE.cpp69 for (Instruction::op_iterator OI = curr->op_begin(), OE = curr->op_end();
70 OI != OE; ++OI)
71 if (Instruction* Inst = dyn_cast<Instruction>(OI))
H A DDCE.cpp113 for (User::op_iterator OI = I->op_begin(), E = I->op_end(); OI != E; ++OI)
114 if (Instruction *Used = dyn_cast<Instruction>(*OI))
H A DStructurizeCFG.cpp430 for (RNVector::reverse_iterator OI = Order.rbegin(), OE = Order.rend();
431 OI != OE; ++OI) {
434 gatherPredicates(*OI);
437 Visited.insert((*OI)->getEntry());
440 analyzeLoops(*OI);
/external/llvm/include/llvm/IR/
H A DUser.h125 op_iterator OI;
127 explicit value_op_iterator(Use *U) : OI(U) {}
130 return OI == x.OI;
138 ++OI;
147 return *OI;
/external/llvm/lib/Transforms/ObjCARC/
H A DObjCARCAPElim.cpp154 for (User::op_iterator OI = Init->op_begin(), OE = Init->op_end();
155 OI != OE; ++OI) {
156 Value *Op = *OI;
H A DDependencyAnalysis.cpp88 for (ImmutableCallSite::arg_iterator OI = CS.arg_begin(),
89 OE = CS.arg_end(); OI != OE; ++OI) {
90 const Value *Op = *OI;
105 for (User::const_op_iterator OI = Inst->op_begin(), OE = Inst->op_end();
106 OI != OE; ++OI) {
107 const Value *Op = *OI;
H A DObjCARCUtil.cpp245 for (User::const_op_iterator OI = I->op_begin(), OE = I->op_end();
246 OI != OE; ++OI)
247 if (IsPotentialRetainableObjPtr(*OI))
/external/llvm/lib/IR/
H A DTypeFinder.cpp63 for (User::const_op_iterator OI = I.op_begin(), OE = I.op_end();
64 OI != OE; ++OI)
65 if (!isa<Instruction>(OI))
66 incorporateValue(*OI);
/external/llvm/lib/Bitcode/Writer/
H A DValueEnumerator.cpp79 for (User::const_op_iterator OI = I->op_begin(), E = I->op_end();
80 OI != E; ++OI) {
81 if (MDNode *MD = dyn_cast<MDNode>(*OI))
85 EnumerateOperandType(*OI);
458 for (User::const_op_iterator OI = I->op_begin(), E = I->op_end();
459 OI != E; ++OI) {
460 if ((isa<Constant>(*OI) && !isa<GlobalValue>(*OI)) ||
[all...]
/external/clang/lib/Lex/
H A DMacroInfo.cpp85 for (arg_iterator I = arg_begin(), OI = Other.arg_begin(), E = arg_end();
86 I != E; ++I, ++OI)
87 if (*I != *OI) return false;
/external/clang/test/Analysis/Inputs/
H A Dsystem-header-simulator-cxx.h106 OutputIter copy(InputIter II, InputIter IE, OutputIter OI) { argument
108 *OI++ = *II++;
109 return OI;
/external/llvm/lib/ExecutionEngine/IntelJITEvents/
H A DIntelJITEventListener.cpp265 ObjectMap::iterator OI = LoadedObjectMap.find(ObjData); local
266 if (OI == LoadedObjectMap.end())
268 MethodAddressVector& Functions = OI->second;
285 LoadedObjectMap.erase(OI);
/external/llvm/lib/CodeGen/
H A DMachineBasicBlock.cpp723 for (MachineInstr::mop_iterator OI = MI->operands_begin(),
724 OE = MI->operands_end(); OI != OE; ++OI) {
725 if (!OI->isReg() || OI->getReg() == 0 ||
726 !OI->isUse() || !OI->isKill() || OI->isUndef())
728 unsigned Reg = OI->getReg();
733 OI
[all...]
/external/llvm/lib/Transforms/IPO/
H A DStripSymbols.cpp158 for (SmallPtrSet<Constant*, 4>::iterator OI = Operands.begin(),
159 OE = Operands.end(); OI != OE; ++OI)
160 RemoveDeadConstant(*OI);
/external/chromium/base/
H A Did_map.h174 template<IDMapOwnershipSemantics OI, int dummy> struct Releaser {
/external/llvm/utils/TableGen/
H A DFixedLenDecoderEmitter.cpp1071 OperandInfo::const_iterator OI = OpInfo.begin();
1073 << "(insn, " << OI->Base << ", " << OI->Width
1077 for (OperandInfo::const_iterator OI = OpInfo.begin(), OE = OpInfo.end();
1078 OI != OE; ++OI) {
1080 << "(insn, " << OI->Base << ", " << OI->Width
1081 << ") << " << OI->Offset << ");\n";
H A DFastISelEmitter.cpp588 for (OperandsOpcodeTypeRetPredMap::const_iterator OI = SimplePatterns.begin(),
589 OE = SimplePatterns.end(); OI != OE; ++OI) {
590 const OperandsSignature &Operands = OI->first;
591 const OpcodeTypeRetPredMap &OTM = OI->second;
/external/llvm/lib/Transforms/Utils/
H A DCodeExtractor.cpp169 for (User::op_iterator OI = II->op_begin(), OE = II->op_end();
170 OI != OE; ++OI)
171 if (definedInCaller(Blocks, *OI))
172 Inputs.insert(*OI);
H A DPromoteMemoryToRegister.cpp382 for (User::op_iterator OI = I->op_begin(), OE = I->op_end(); OI != OE;
383 ++OI) {
384 Instruction *Op = dyn_cast<Instruction>(*OI);
388 OI->set(0);
/external/chromium_org/base/
H A Did_map.h212 template<IDMapOwnershipSemantics OI, int dummy> struct Releaser {

Completed in 473 milliseconds

123