Home
last modified time | relevance | path

Searched refs:SmallSetVector (Results 1 – 25 of 54) sorted by relevance

123

/external/llvm/include/llvm/ADT/
DSetVector.h241 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/
DTailDuplication.cpp105 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()
DMachineCopyPropagation.cpp130 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()
DProcessImplicitDefs.cpp33 SmallSetVector<MachineInstr*, 16> WorkList;
DLocalStackSlotAllocation.cpp68 typedef SmallSetVector<int, 8> StackObjSet;
DShrinkWrap.cpp125 typedef SmallSetVector<unsigned, 16> SetOfRegs;
DSjLjEHPrepare.cpp374 SmallSetVector<LandingPadInst *, 16> LPads; in setupEntryBlockAndCallSites()
/external/clang/include/clang/Sema/
DExternalSemaSource.h24 template <class T, unsigned n> class SmallSetVector; variable
142 llvm::SmallSetVector<const TypedefNameDecl *, 4> &Decls) {} in ReadUnusedLocalTypedefNameCandidates()
DMultiplexExternalSemaSource.h275 llvm::SmallSetVector<const TypedefNameDecl *, 4> &Decls) override;
/external/llvm/lib/Transforms/Scalar/
DDCE.cpp97 SmallSetVector<Instruction *, 16> &WorkList, in DCEInstruction()
132 SmallSetVector<Instruction *, 16> WorkList; in runOnFunction()
DDeadStoreElimination.cpp85 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/
DAArch64PBQPRegAlloc.h25 SmallSetVector<unsigned, 32> Chains;
/external/llvm/include/llvm/TableGen/
DSetTheory.h66 typedef SmallSetVector<Record*, 16> RecSet;
/external/clang/test/SemaCXX/
Dtypo-correction.cpp508 class SmallSetVector : public SetVector<C, I, 8> {}; class
511 SmallSetVector<foo*, 2> fooSet;
/external/clang/include/clang/Basic/
DModule.h88 llvm::SmallSetVector<const FileEntry *, 2> TopHeaders;
223 llvm::SmallSetVector<Module *, 2> Imports;
/external/clang/include/clang/Lex/
DHeaderSearchOptions.h144 llvm::SmallSetVector<std::string, 16> ModulesIgnoreMacros;
/external/llvm/lib/Analysis/
DTypeBasedAliasAnalysis.cpp415 SmallSetVector<MDNode *, 4> PathA; in getMostGenericTBAA()
425 SmallSetVector<MDNode *, 4> PathB; in getMostGenericTBAA()
DMemDepPrinter.cpp38 typedef SmallSetVector<Dep, 4> DepSet;
DAliasAnalysisEvaluator.cpp148 SmallSetVector<CallSite, 16> CallSites; in runOnFunction()
/external/llvm/lib/CodeGen/SelectionDAG/
DLegalizeTypes.cpp650 SmallSetVector<SDNode*, 16> &NodesToAnalyze;
653 SmallSetVector<SDNode*, 16> &nta) in NodeUpdateListener()
704 SmallSetVector<SDNode*, 16> NodesToAnalyze; in ReplaceValueWith()
/external/llvm/lib/Transforms/Utils/
DLoopSimplify.cpp546 SmallSetVector<BasicBlock *, 8> ExitBlockSet(ExitBlocks.begin(), in simplifyOneLoop()
548 for (SmallSetVector<BasicBlock *, 8>::iterator I = ExitBlockSet.begin(), in simplifyOneLoop()
DLocal.cpp425 SmallSetVector<Instruction *, 16> &WorkList, in simplifyAndDCEInstruction()
484 SmallSetVector<Instruction *, 16> WorkList; in SimplifyInstructionsInBlock()
/external/clang/lib/Sema/
DMultiplexExternalSemaSource.cpp252 llvm::SmallSetVector<const TypedefNameDecl *, 4> &Decls) { in ReadUnusedLocalTypedefNameCandidates()
/external/llvm/lib/Target/WebAssembly/
DWebAssemblyCFGStackify.cpp217 SmallSetVector<MachineLoop *, 8> OnStack; in SortBlocks()
/external/llvm/lib/Transforms/IPO/
DFunctionAttrs.cpp64 typedef SmallSetVector<Function *, 8> SCCNodeSet;
724 SmallSetVector<Value *, 8> FlowsToReturn; in isFunctionMallocLike()
834 SmallSetVector<Value *, 8> FlowsToReturn; in isReturnNonNull()

123