/external/llvm/lib/Analysis/ |
D | IVUsers.cpp | 118 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()
|
D | ProfileInfo.cpp | 780 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/ |
D | IVUsers.h | 126 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/ |
D | eclipse.inf | 1 #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/ |
D | eclipse.inf | 1 #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/ |
D | eclipse.inf | 1 #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/ |
D | eclipse.inf | 1 #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/ |
D | eclipse.inf | 1 #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/ |
D | eclipse.inf | 1 #Processed using Jarprocessor
|
/external/llvm/lib/Transforms/Scalar/ |
D | EarlyCSE.cpp | 355 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
|
D | IndVarSimplify.cpp | 1104 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()
|
D | LoopStrengthReduce.cpp | 686 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/ |
D | LegalizeTypes.cpp | 120 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()
|
D | LegalizeTypes.h | 55 Processed = -3 enumerator
|
/external/llvm/lib/CodeGen/ |
D | TwoAddressInstructionPass.cpp | 81 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()
|
D | LiveVariables.cpp | 250 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/ |
D | X86FloatingPoint.cpp | 364 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/ |
D | opt.cpp | 386 StringSet<> Processed; in runOnModule() local 394 if (!Name.empty() && Processed.insert(Name)) { in runOnModule()
|
/external/llvm/lib/CodeGen/AsmPrinter/ |
D | DwarfDebug.cpp | 1053 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()
|