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.cpp382 StringSet<> Processed; local
390 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:__anon9087::EarlyCSE::StackNode
H A DIndVarSimplify.cpp1104 SmallPtrSet<const SCEV*, 8> &Processed,
1106 if (!Processed.insert(S))
1133 if (isHighCostExpansion(*I, BI, Processed, SE))
1176 SmallPtrSet<const SCEV*, 8> Processed;
1177 if (isHighCostExpansion(BackedgeTakenCount, BI, Processed, SE))
1103 isHighCostExpansion(const SCEV *S, BranchInst *BI, SmallPtrSet<const SCEV*, 8> &Processed, ScalarEvolution *SE) argument
H A DLoopStrengthReduce.cpp675 SmallPtrSet<const SCEV*, 8> &Processed,
684 Processed, SE);
687 Processed, SE);
690 Processed, SE);
693 if (!Processed.insert(S))
699 if (isHighCostExpansion(*I, Processed, SE))
709 return isHighCostExpansion(Mul->getOperand(1), Processed, SE);
2382 SmallPtrSet<const SCEV*, 8> Processed; local
2383 return !isHighCostExpansion(IncExpr, Processed, SE);
674 isHighCostExpansion(const SCEV *S, SmallPtrSet<const SCEV*, 8> &Processed, ScalarEvolution &SE) argument
/external/llvm/lib/CodeGen/
H A DLiveVariables.cpp250 SmallSet<unsigned, 8> Processed; local
253 if (Processed.count(SubReg))
264 Processed.insert(*SS);
H A DTwoAddressInstructionPass.cpp132 SmallPtrSet<MachineInstr*, 8> &Processed);
135 SmallPtrSet<MachineInstr*, 8> &Processed);
138 SmallPtrSet<MachineInstr*, 8> &Processed);
635 SmallPtrSet<MachineInstr*, 8> &Processed) {
643 if (IsCopy && !Processed.insert(UseMI))
693 SmallPtrSet<MachineInstr*, 8> &Processed) {
694 if (Processed.count(MI))
710 ScanUses(DstReg, MBB, Processed);
713 Processed.insert(MI);
1020 SmallPtrSet<MachineInstr*, 8> &Processed) {
634 ScanUses(unsigned DstReg, MachineBasicBlock *MBB, SmallPtrSet<MachineInstr*, 8> &Processed) argument
691 ProcessCopy(MachineInstr *MI, MachineBasicBlock *MBB, SmallPtrSet<MachineInstr*, 8> &Processed) argument
1016 TryInstructionTransform(MachineBasicBlock::iterator &mi, MachineBasicBlock::iterator &nmi, MachineFunction::iterator &mbbi, unsigned SrcIdx, unsigned DstIdx, unsigned Dist, SmallPtrSet<MachineInstr*, 8> &Processed) argument
1382 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.cpp947 SmallPtrSet<const MDNode *, 16> &Processed) {
953 Processed.insert(Var);
1012 SmallPtrSet<const MDNode *, 16> &Processed) {
1015 collectVariableInfoFromMMITable(MF, Processed);
1021 if (Processed.count(Var))
1050 Processed.insert(DV);
1113 if (!DV || !DV.Verify() || !Processed.insert(DV))
946 collectVariableInfoFromMMITable(const MachineFunction *MF, SmallPtrSet<const MDNode *, 16> &Processed) argument
1011 collectVariableInfo(const MachineFunction *MF, SmallPtrSet<const MDNode *, 16> &Processed) argument

Completed in 359 milliseconds