Searched defs:Processed (Results 1 - 10 of 10) sorted by relevance

/external/llvm/include/llvm/Analysis/
H A DIVUsers.h127 SmallPtrSet<Instruction*,16> Processed; member in class:llvm::IVUsers
170 return Processed.count(Inst);
/external/llvm/lib/CodeGen/SelectionDAG/
H A DLegalizeTypes.h54 /// Processed - This is a node that has already been processed.
55 Processed = -3 enumerator in enum:llvm::DAGTypeLegalizer::NodeIdFlags
/external/llvm/tools/opt/
H A Dopt.cpp374 StringSet<> Processed; local
382 if (!Name.empty() && Processed.insert(Name)) {
/external/llvm/lib/Transforms/Scalar/
H A DEarlyCSE.cpp298 Processed(false) {}
312 bool isProcessed() { return Processed; }
313 void process() { Processed = true; }
325 bool Processed; member in class:__anon7765::EarlyCSE::StackNode
H A DIndVarSimplify.cpp1102 SmallPtrSet<const SCEV*, 8> &Processed,
1104 if (!Processed.insert(S))
1131 if (isHighCostExpansion(*I, BI, Processed, SE))
1174 SmallPtrSet<const SCEV*, 8> Processed;
1175 if (isHighCostExpansion(BackedgeTakenCount, BI, Processed, SE))
1101 isHighCostExpansion(const SCEV *S, BranchInst *BI, SmallPtrSet<const SCEV*, 8> &Processed, ScalarEvolution *SE) argument
H A DLoopStrengthReduce.cpp671 SmallPtrSet<const SCEV*, 8> &Processed,
680 Processed, SE);
683 Processed, SE);
686 Processed, SE);
689 if (!Processed.insert(S))
695 if (isHighCostExpansion(*I, Processed, SE))
705 return isHighCostExpansion(Mul->getOperand(1), Processed, SE);
2352 SmallPtrSet<const SCEV*, 8> Processed; local
2353 if (isHighCostExpansion(IncExpr, Processed, SE))
670 isHighCostExpansion(const SCEV *S, SmallPtrSet<const SCEV*, 8> &Processed, ScalarEvolution &SE) argument
/external/llvm/lib/CodeGen/
H A DLiveVariables.cpp249 SmallSet<unsigned, 8> Processed; local
252 if (Processed.count(SubReg))
263 Processed.insert(*SS);
H A DTwoAddressInstructionPass.cpp145 SmallPtrSet<MachineInstr*, 8> &Processed);
148 SmallPtrSet<MachineInstr*, 8> &Processed);
151 SmallPtrSet<MachineInstr*, 8> &Processed);
731 SmallPtrSet<MachineInstr*, 8> &Processed) {
739 if (IsCopy && !Processed.insert(UseMI))
789 SmallPtrSet<MachineInstr*, 8> &Processed) {
790 if (Processed.count(MI))
806 ScanUses(DstReg, MBB, Processed);
809 Processed.insert(MI);
1194 SmallPtrSet<MachineInstr*, 8> &Processed) {
730 ScanUses(unsigned DstReg, MachineBasicBlock *MBB, SmallPtrSet<MachineInstr*, 8> &Processed) argument
787 ProcessCopy(MachineInstr *MI, MachineBasicBlock *MBB, SmallPtrSet<MachineInstr*, 8> &Processed) argument
1190 TryInstructionTransform(MachineBasicBlock::iterator &mi, MachineBasicBlock::iterator &nmi, MachineFunction::iterator &mbbi, unsigned SrcIdx, unsigned DstIdx, unsigned Dist, SmallPtrSet<MachineInstr*, 8> &Processed) argument
1409 SmallPtrSet<MachineInstr*, 8> Processed; local
[all...]
/external/llvm/lib/Analysis/
H A DProfileInfo.cpp780 std::set<const BasicBlock *> Processed; local
783 if (Processed.insert(*NBB).second) {
802 Processed.clear();
805 if (Processed.insert(*NBB).second) {
817 Processed.clear();
820 if (Processed.insert(*NBB).second) {
870 std::set<const BasicBlock *> Processed;
873 if (Processed.insert(*NBB).second) {
936 std::set<const BasicBlock *> Processed;
939 if (Processed
[all...]
/external/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfDebug.cpp905 SmallPtrSet<const MDNode *, 16> &Processed) {
911 Processed.insert(Var);
970 SmallPtrSet<const MDNode *, 16> &Processed) {
973 collectVariableInfoFromMMITable(MF, Processed);
979 if (Processed.count(Var))
1008 Processed.insert(DV);
1071 if (!DV || !DV.Verify() || !Processed.insert(DV))
904 collectVariableInfoFromMMITable(const MachineFunction *MF, SmallPtrSet<const MDNode *, 16> &Processed) argument
969 collectVariableInfo(const MachineFunction *MF, SmallPtrSet<const MDNode *, 16> &Processed) argument

Completed in 303 milliseconds