Home
last modified time | relevance | path

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

/external/llvm/lib/Analysis/
DIVUsers.cpp96 if (!Processed.insert(I)) in AddUsersIfInteresting()
115 if (isa<PHINode>(User) && Processed.count(User)) in AddUsersIfInteresting()
126 if (isa<PHINode>(User) || Processed.count(User) || in AddUsersIfInteresting()
132 } else if (Processed.count(User) || !AddUsersIfInteresting(User)) { in AddUsersIfInteresting()
221 Processed.clear(); in releaseMemory()
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/lib/CodeGen/
DTwoAddressInstructionPass.cpp128 SmallPtrSet<MachineInstr*, 8> &Processed);
131 SmallPtrSet<MachineInstr*, 8> &Processed);
134 SmallPtrSet<MachineInstr*, 8> &Processed);
678 SmallPtrSet<MachineInstr*, 8> &Processed) { in ScanUses() argument
686 if (IsCopy && !Processed.insert(UseMI)) in ScanUses()
736 SmallPtrSet<MachineInstr*, 8> &Processed) { in ProcessCopy() argument
737 if (Processed.count(MI)) in ProcessCopy()
753 ScanUses(DstReg, MBB, Processed); in ProcessCopy()
756 Processed.insert(MI); in ProcessCopy()
857 SmallPtrSet<MachineInstr*, 8> &Processed) { in TryInstructionTransform() argument
[all …]
DLiveVariables.cpp247 SmallSet<unsigned, 8> Processed; in HandlePhysRegUse() local
250 if (Processed.count(SubReg)) in HandlePhysRegUse()
261 Processed.insert(*SS); in HandlePhysRegUse()
DRegAllocLinearScan.cpp775 SmallSet<unsigned, 4> Processed; in updateSpillWeights() local
779 Processed.insert(reg); in updateSpillWeights()
782 Processed.insert(*as); in updateSpillWeights()
798 if (!Processed.count(*sr)) in updateSpillWeights()
/external/llvm/lib/CodeGen/SelectionDAG/
DLegalizeTypes.cpp120 if (I->getNodeId() != Processed) { in PerformExpensiveChecks()
353 N->setNodeId(Processed); in run()
426 if (I->getNodeId() != Processed) { in run()
480 if (Op.getNode()->getNodeId() == Processed) in AnalyzeNewNode()
527 if (Val.getNode()->getNodeId() == Processed) in AnalyzeNewValue()
639 N->getNodeId() != DAGTypeLegalizer::Processed && in NodeDeleted()
663 N->getNodeId() != DAGTypeLegalizer::Processed && in NodeUpdated()
714 if (M->getNodeId() == Processed) in ReplaceValueWith()
DLegalizeTypes.h55 Processed = -3 enumerator
/external/llvm/include/llvm/Analysis/
DIVUsers.h127 SmallPtrSet<Instruction*,16> Processed;
/external/llvm/lib/Target/X86/
DX86FloatingPoint.cpp348 SmallPtrSet<MachineBasicBlock*, 8> Processed; in runOnMachineFunction() local
353 I = df_ext_begin(Entry, Processed), E = df_ext_end(Entry, Processed); in runOnMachineFunction()
358 if (MF.size() != Processed.size()) in runOnMachineFunction()
360 if (Processed.insert(BB)) in runOnMachineFunction()
/external/llvm/tools/opt/
Dopt.cpp371 StringSet<> Processed; in runOnModule() local
379 if (!Name.empty() && Processed.insert(Name)) { in runOnModule()
/external/lohit-fonts/lohit-bengali-ttf/
DChangeLog.old44 - Bug 444559 Processed: [ml_IN] Wrong shape for conjuncts formed using 0D30
46 - Bug 444561 Processed: [ml_IN] Conjuncts does not get combined with 0D30 to
/external/lohit-fonts/lohit-tamil-ttf/
DChangeLog.old44 - Bug 444559 Processed: [ml_IN] Wrong shape for conjuncts formed using 0D30
46 - Bug 444561 Processed: [ml_IN] Conjuncts does not get combined with 0D30 to
/external/lohit-fonts/lohit-devanagari-ttf/
DChangeLog.old44 - Bug 444559 Processed: [ml_IN] Wrong shape for conjuncts formed using 0D30
46 - Bug 444561 Processed: [ml_IN] Conjuncts does not get combined with 0D30 to
/external/llvm/lib/CodeGen/AsmPrinter/
DDwarfDebug.cpp1321 SmallPtrSet<const MDNode *, 16> &Processed) { in collectVariableInfoFromMMITable() argument
1327 Processed.insert(Var); in collectVariableInfoFromMMITable()
1389 SmallPtrSet<const MDNode *, 16> &Processed) { in collectVariableInfo() argument
1392 collectVariableInfoFromMMITable(MF, Processed); in collectVariableInfo()
1398 if (Processed.count(Var)) in collectVariableInfo()
1419 Processed.insert(DV); in collectVariableInfo()
1482 if (!DV || !Processed.insert(DV)) in collectVariableInfo()