Home
last modified time | relevance | path

Searched refs:Processed (Results 1 – 19 of 19) sorted by relevance

/external/llvm/lib/Analysis/
DIVUsers.cpp118 if (!Processed.insert(I)) in AddUsersImpl()
153 if (isa<PHINode>(User) && Processed.count(User)) in AddUsersImpl()
176 if (isa<PHINode>(User) || Processed.count(User) || in AddUsersImpl()
182 } else if (Processed.count(User) || !AddUsersImpl(User, SimpleLoopNests)) { in AddUsersImpl()
283 Processed.clear(); in releaseMemory()
332 Parent->Processed.erase(this->getUser()); in deleted()
DProfileInfo.cpp780 std::set<const BasicBlock *> Processed; in repair() local
783 if (Processed.insert(*NBB).second) { in repair()
802 Processed.clear(); in repair()
805 if (Processed.insert(*NBB).second) { in repair()
817 Processed.clear(); in repair()
820 if (Processed.insert(*NBB).second) { in repair()
870 std::set<const BasicBlock *> Processed; in repair() local
873 if (Processed.insert(*NBB).second) { in repair()
936 std::set<const BasicBlock *> Processed; in repair() local
939 if (Processed.insert(*NBB).second) { in repair()
/external/llvm/include/llvm/Analysis/
DIVUsers.h126 SmallPtrSet<Instruction*,16> Processed;
169 return Processed.count(Inst);
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.jdt.debug_3.6.1.v20100715_r361/META-INF/
Declipse.inf1 #Processed using Jarprocessor
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.equinox.launcher.gtk.linux.x86_1.1.2.R36x_v20101019_1345/META-INF/
Declipse.inf1 #Processed using Jarprocessor
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.equinox.launcher.win32.win32.x86_1.1.2.R36x_v20101019_1345/META-INF/
Declipse.inf1 #Processed using Jarprocessor
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.pde.build_3.6.1.R36x_v20100823/META-INF/
Declipse.inf1 #Processed using Jarprocessor
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.apache.ant_1.7.1.v20090120-1145/META-INF/
Declipse.inf1 #Processed using Jarprocessor
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.junit_3.8.2.v3_8_2_v20100427-1100/META-INF/
Declipse.inf1 #Processed using Jarprocessor
/external/llvm/lib/Transforms/Scalar/
DEarlyCSE.cpp355 Processed(false) {} in StackNode()
369 bool isProcessed() { return Processed; } in isProcessed()
370 void process() { Processed = true; } in process()
383 bool Processed; member in __anonc8dc09530311::EarlyCSE::StackNode
DIndVarSimplify.cpp1104 SmallPtrSet<const SCEV*, 8> &Processed, in isHighCostExpansion() argument
1106 if (!Processed.insert(S)) in isHighCostExpansion()
1133 if (isHighCostExpansion(*I, BI, Processed, SE)) in isHighCostExpansion()
1176 SmallPtrSet<const SCEV*, 8> Processed; in canExpandBackedgeTakenCount() local
1177 if (isHighCostExpansion(BackedgeTakenCount, BI, Processed, SE)) in canExpandBackedgeTakenCount()
DLoopStrengthReduce.cpp686 SmallPtrSet<const SCEV*, 8> &Processed, in isHighCostExpansion() argument
695 Processed, SE); in isHighCostExpansion()
698 Processed, SE); in isHighCostExpansion()
701 Processed, SE); in isHighCostExpansion()
704 if (!Processed.insert(S)) in isHighCostExpansion()
710 if (isHighCostExpansion(*I, Processed, SE)) in isHighCostExpansion()
720 return isHighCostExpansion(Mul->getOperand(1), Processed, SE); in isHighCostExpansion()
2381 SmallPtrSet<const SCEV*, 8> Processed; in isProfitableIncrement() local
2382 return !isHighCostExpansion(IncExpr, Processed, SE); in isProfitableIncrement()
/external/llvm/lib/CodeGen/SelectionDAG/
DLegalizeTypes.cpp120 if (I->getNodeId() != Processed) { in PerformExpensiveChecks()
349 N->setNodeId(Processed); in run()
422 if (I->getNodeId() != Processed) { in run()
476 if (Op.getNode()->getNodeId() == Processed) in AnalyzeNewNode()
523 if (Val.getNode()->getNodeId() == Processed) in AnalyzeNewValue()
636 N->getNodeId() != DAGTypeLegalizer::Processed && in NodeDeleted()
660 N->getNodeId() != DAGTypeLegalizer::Processed && in NodeUpdated()
711 if (M->getNodeId() == Processed) in ReplaceValueWith()
DLegalizeTypes.h55 Processed = -3 enumerator
/external/llvm/lib/CodeGen/
DTwoAddressInstructionPass.cpp81 SmallPtrSet<MachineInstr*, 8> Processed; member in __anonb90e53b50111::TwoAddressInstructionPass
666 if (IsCopy && !Processed.insert(UseMI)) in scanUses()
715 if (Processed.count(MI)) in processCopy()
734 Processed.insert(MI); in processCopy()
1505 Processed.clear(); in runOnMachineFunction()
DLiveVariables.cpp250 SmallSet<unsigned, 8> Processed; in HandlePhysRegUse() local
253 if (Processed.count(SubReg)) in HandlePhysRegUse()
264 Processed.insert(*SS); in HandlePhysRegUse()
/external/llvm/lib/Target/X86/
DX86FloatingPoint.cpp364 SmallPtrSet<MachineBasicBlock*, 8> Processed; in runOnMachineFunction() local
369 I = df_ext_begin(Entry, Processed), E = df_ext_end(Entry, Processed); in runOnMachineFunction()
374 if (MF.size() != Processed.size()) in runOnMachineFunction()
376 if (Processed.insert(BB)) in runOnMachineFunction()
/external/llvm/tools/opt/
Dopt.cpp386 StringSet<> Processed; in runOnModule() local
394 if (!Name.empty() && Processed.insert(Name)) { in runOnModule()
/external/llvm/lib/CodeGen/AsmPrinter/
DDwarfDebug.cpp1053 SmallPtrSet<const MDNode *, 16> &Processed) { in collectVariableInfoFromMMITable() argument
1059 Processed.insert(Var); in collectVariableInfoFromMMITable()
1117 SmallPtrSet<const MDNode *, 16> &Processed) { in collectVariableInfo() argument
1120 collectVariableInfoFromMMITable(MF, Processed); in collectVariableInfo()
1126 if (Processed.count(Var)) in collectVariableInfo()
1149 Processed.insert(DV); in collectVariableInfo()
1212 if (!DV || !DV.Verify() || !Processed.insert(DV)) in collectVariableInfo()