/external/llvm/include/llvm/ADT/ |
D | SetVector.h | 241 class SmallSetVector : public SetVector<T, SmallVector<T, N>, SmallSet<T, N> > { 243 SmallSetVector() {} in SmallSetVector() function 247 SmallSetVector(It Start, It End) { in SmallSetVector() function
|
/external/llvm/lib/CodeGen/ |
D | TailDuplication.cpp | 105 SmallSetVector<MachineBasicBlock*, 8> &Succs); 165 SmallSetVector<MachineBasicBlock*, 8> Preds(MBB->pred_begin(), in VerifyPHIs() 171 for (SmallSetVector<MachineBasicBlock *, 8>::iterator PI = Preds.begin(), in VerifyPHIs() 216 SmallSetVector<MachineBasicBlock*, 8> Succs(MBB->succ_begin(), in TailDuplicateAndUpdate() 466 SmallSetVector<MachineBasicBlock*,8> &Succs) { in UpdateSuccessorsPHIs() 467 for (SmallSetVector<MachineBasicBlock*, 8>::iterator SI = Succs.begin(), in UpdateSuccessorsPHIs() 693 for (SmallSetVector<MachineBasicBlock *, 8>::iterator PI = Preds.begin(), in duplicateSimpleBB() 780 SmallSetVector<MachineBasicBlock*, 8> Preds(TailBB->pred_begin(), in TailDuplicate() 782 for (SmallSetVector<MachineBasicBlock *, 8>::iterator PI = Preds.begin(), in TailDuplicate() 945 for (SmallSetVector<MachineBasicBlock *, 8>::iterator PI = Preds.begin(), in TailDuplicate()
|
D | MachineCopyPropagation.cpp | 130 SmallSetVector<MachineInstr*, 8> MaybeDeadCopies; // Candidates for deletion in CopyPropagateBlock() 278 for (SmallSetVector<MachineInstr*, 8>::iterator in CopyPropagateBlock() 318 for (SmallSetVector<MachineInstr*, 8>::iterator in CopyPropagateBlock()
|
D | ProcessImplicitDefs.cpp | 33 SmallSetVector<MachineInstr*, 16> WorkList;
|
D | LocalStackSlotAllocation.cpp | 68 typedef SmallSetVector<int, 8> StackObjSet;
|
D | ShrinkWrap.cpp | 125 typedef SmallSetVector<unsigned, 16> SetOfRegs;
|
D | SjLjEHPrepare.cpp | 374 SmallSetVector<LandingPadInst *, 16> LPads; in setupEntryBlockAndCallSites()
|
/external/clang/include/clang/Sema/ |
D | ExternalSemaSource.h | 24 template <class T, unsigned n> class SmallSetVector; variable 142 llvm::SmallSetVector<const TypedefNameDecl *, 4> &Decls) {} in ReadUnusedLocalTypedefNameCandidates()
|
D | MultiplexExternalSemaSource.h | 275 llvm::SmallSetVector<const TypedefNameDecl *, 4> &Decls) override;
|
/external/llvm/lib/Transforms/Scalar/ |
D | DCE.cpp | 97 SmallSetVector<Instruction *, 16> &WorkList, in DCEInstruction() 132 SmallSetVector<Instruction *, 16> WorkList; in runOnFunction()
|
D | DeadStoreElimination.cpp | 85 SmallSetVector<Value *, 16> &DeadStackObjects, 125 SmallSetVector<Value*, 16> *ValueSet = nullptr) { in DeleteDeadInstruction() 797 SmallSetVector<Value*, 16> DeadStackObjects; in handleEndBlock() 940 SmallSetVector<Value *, 16> &DeadStackObjects, in RemoveAccessedObjects()
|
/external/llvm/lib/Target/AArch64/ |
D | AArch64PBQPRegAlloc.h | 25 SmallSetVector<unsigned, 32> Chains;
|
/external/llvm/include/llvm/TableGen/ |
D | SetTheory.h | 66 typedef SmallSetVector<Record*, 16> RecSet;
|
/external/clang/test/SemaCXX/ |
D | typo-correction.cpp | 508 class SmallSetVector : public SetVector<C, I, 8> {}; class 511 SmallSetVector<foo*, 2> fooSet;
|
/external/clang/include/clang/Basic/ |
D | Module.h | 88 llvm::SmallSetVector<const FileEntry *, 2> TopHeaders; 223 llvm::SmallSetVector<Module *, 2> Imports;
|
/external/clang/include/clang/Lex/ |
D | HeaderSearchOptions.h | 144 llvm::SmallSetVector<std::string, 16> ModulesIgnoreMacros;
|
/external/llvm/lib/Analysis/ |
D | TypeBasedAliasAnalysis.cpp | 415 SmallSetVector<MDNode *, 4> PathA; in getMostGenericTBAA() 425 SmallSetVector<MDNode *, 4> PathB; in getMostGenericTBAA()
|
D | MemDepPrinter.cpp | 38 typedef SmallSetVector<Dep, 4> DepSet;
|
D | AliasAnalysisEvaluator.cpp | 148 SmallSetVector<CallSite, 16> CallSites; in runOnFunction()
|
/external/llvm/lib/CodeGen/SelectionDAG/ |
D | LegalizeTypes.cpp | 650 SmallSetVector<SDNode*, 16> &NodesToAnalyze; 653 SmallSetVector<SDNode*, 16> &nta) in NodeUpdateListener() 704 SmallSetVector<SDNode*, 16> NodesToAnalyze; in ReplaceValueWith()
|
/external/llvm/lib/Transforms/Utils/ |
D | LoopSimplify.cpp | 546 SmallSetVector<BasicBlock *, 8> ExitBlockSet(ExitBlocks.begin(), in simplifyOneLoop() 548 for (SmallSetVector<BasicBlock *, 8>::iterator I = ExitBlockSet.begin(), in simplifyOneLoop()
|
D | Local.cpp | 425 SmallSetVector<Instruction *, 16> &WorkList, in simplifyAndDCEInstruction() 484 SmallSetVector<Instruction *, 16> WorkList; in SimplifyInstructionsInBlock()
|
/external/clang/lib/Sema/ |
D | MultiplexExternalSemaSource.cpp | 252 llvm::SmallSetVector<const TypedefNameDecl *, 4> &Decls) { in ReadUnusedLocalTypedefNameCandidates()
|
/external/llvm/lib/Target/WebAssembly/ |
D | WebAssemblyCFGStackify.cpp | 217 SmallSetVector<MachineLoop *, 8> OnStack; in SortBlocks()
|
/external/llvm/lib/Transforms/IPO/ |
D | FunctionAttrs.cpp | 64 typedef SmallSetVector<Function *, 8> SCCNodeSet; 724 SmallSetVector<Value *, 8> FlowsToReturn; in isFunctionMallocLike() 834 SmallSetVector<Value *, 8> FlowsToReturn; in isReturnNonNull()
|