/external/llvm/lib/Analysis/ |
D | IVUsers.cpp | 96 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()
|
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/lib/CodeGen/ |
D | TwoAddressInstructionPass.cpp | 128 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 …]
|
D | LiveVariables.cpp | 247 SmallSet<unsigned, 8> Processed; in HandlePhysRegUse() local 250 if (Processed.count(SubReg)) in HandlePhysRegUse() 261 Processed.insert(*SS); in HandlePhysRegUse()
|
D | RegAllocLinearScan.cpp | 775 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/ |
D | LegalizeTypes.cpp | 120 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()
|
D | LegalizeTypes.h | 55 Processed = -3 enumerator
|
/external/llvm/include/llvm/Analysis/ |
D | IVUsers.h | 127 SmallPtrSet<Instruction*,16> Processed;
|
/external/llvm/lib/Target/X86/ |
D | X86FloatingPoint.cpp | 348 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/ |
D | opt.cpp | 371 StringSet<> Processed; in runOnModule() local 379 if (!Name.empty() && Processed.insert(Name)) { in runOnModule()
|
/external/lohit-fonts/lohit-bengali-ttf/ |
D | ChangeLog.old | 44 - 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/ |
D | ChangeLog.old | 44 - 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/ |
D | ChangeLog.old | 44 - 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/ |
D | DwarfDebug.cpp | 1321 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()
|