/external/llvm/include/llvm/ADT/ |
D | SmallPtrSet.h | 302 class SmallPtrSet : public SmallPtrSetImpl<PtrType> { 311 SmallPtrSet() : BaseT(SmallStorage, SmallSizePowTwo) {} 312 SmallPtrSet(const SmallPtrSet &that) : BaseT(SmallStorage, that) {} 313 SmallPtrSet(SmallPtrSet &&that) 317 SmallPtrSet(It I, It E) : BaseT(SmallStorage, SmallSizePowTwo) { 321 SmallPtrSet<PtrType, SmallSize> & 322 operator=(const SmallPtrSet<PtrType, SmallSize> &RHS) { 328 SmallPtrSet<PtrType, SmallSize>& 329 operator=(SmallPtrSet<PtrType, SmallSize> &&RHS) { 336 void swap(SmallPtrSet<PtrType, SmallSize> &RHS) { [all …]
|
/external/llvm/unittests/ADT/ |
D | SmallPtrSetTest.cpp | 24 SmallPtrSet<int *, 4> s1; in TEST() 28 SmallPtrSet<int *, 4> s2; in TEST() 49 SmallPtrSet<int *, 4> s; in TEST() 50 typedef SmallPtrSet<int *, 4>::iterator iter; in TEST() 102 SmallPtrSet<int *, 4> s1; in TEST() 114 SmallPtrSet<int *, 4> s2(s1); in TEST() 131 SmallPtrSet<int *, 4> s3(std::move(s1)); in TEST() 163 SmallPtrSet<int *, 2> a; in TEST() 164 SmallPtrSet<int *, 2> b; in TEST()
|
D | PostOrderIteratorTest.cpp | 19 typedef SmallPtrSet<void *, 4> ExtSetTy; in TEST()
|
/external/llvm/include/llvm/CodeGen/ |
D | LiveRangeEdit.h | 77 SmallPtrSet<const VNInfo*,4> Remattable; 81 SmallPtrSet<const VNInfo*,4> Rematted; 97 SmallPtrSet<LiveInterval*, 8> > ToShrinkSet;
|
D | MachineRegionInfo.h | 145 typedef df_iterator<NodeType*, SmallPtrSet<NodeType*, 8>, false, 161 typedef df_iterator<NodeType*, SmallPtrSet<NodeType*, 8>, false,
|
/external/llvm/lib/Analysis/ |
D | IteratedDominanceFrontier.cpp | 43 SmallPtrSet<DomTreeNode *, 32> VisitedPQ; in calculate() 44 SmallPtrSet<DomTreeNode *, 32> VisitedWorklist; in calculate()
|
D | AssumptionCache.cpp | 62 SmallPtrSet<Value *, 16> AssumptionSet; in registerAssumption() 117 SmallPtrSet<const CallInst *, 4> AssumptionSet; in verifyAnalysis()
|
D | ScopedNoAliasAA.cpp | 146 SmallPtrSet<const MDNode *, 16> Domains; in mayAliasInScopes() 155 SmallPtrSet<const MDNode *, 16> NANodes, ScopeNodes; in mayAliasInScopes()
|
D | CFG.cpp | 33 SmallPtrSet<const BasicBlock*, 8> Visited; in FindFunctionBackedges() 35 SmallPtrSet<const BasicBlock*, 8> InStack; in FindFunctionBackedges()
|
D | LazyCallGraph.cpp | 62 SmallPtrSet<Constant *, 16> Visited; in Node() 113 SmallPtrSet<Constant *, 16> Visited; in LazyCallGraph() 231 SmallPtrSet<SCC *, 8> ConnectedSCCs; in insertIncomingEdge() 237 SmallPtrSet<SCC *, 8> VisitedSCCs; in insertIncomingEdge() 718 SmallPtrSet<LazyCallGraph::Node *, 16> Printed; in run()
|
/external/llvm/lib/CodeGen/ |
D | UnreachableBlockElim.cpp | 64 SmallPtrSet<BasicBlock*, 8> Reachable; in runOnFunction() 119 SmallPtrSet<MachineBasicBlock*, 8> Reachable; in runOnMachineFunction() 172 SmallPtrSet<MachineBasicBlock*, 8> preds(BB->pred_begin(), in runOnMachineFunction()
|
D | PHIEliminationUtils.cpp | 35 SmallPtrSet<MachineInstr*, 8> DefUsesInMBB; in findPHICopyInsertPoint()
|
/external/llvm/include/llvm/Analysis/ |
D | GlobalsModRef.h | 40 SmallPtrSet<const GlobalValue *, 8> NonAddressTakenGlobals; 44 SmallPtrSet<const GlobalValue *, 8> IndirectGlobals;
|
D | BranchProbabilityInfo.h | 144 SmallPtrSet<BasicBlock *, 16> PostDominatedByUnreachable; 147 SmallPtrSet<BasicBlock *, 16> PostDominatedByColdCall;
|
D | IVUsers.h | 127 SmallPtrSet<Instruction*, 16> Processed; 134 SmallPtrSet<const Value *, 32> EphValues;
|
D | BasicAliasAnalysis.h | 129 SmallPtrSet<const BasicBlock *, 8> VisitedPhiBBs; 132 SmallPtrSet<const Value *, 16> Visited;
|
D | ScalarEvolutionNormalization.h | 64 typedef SmallPtrSet<const Loop *, 2> PostIncLoopSet;
|
D | RegionIterator.h | 292 typedef df_iterator<NodeType*, SmallPtrSet<NodeType*, 8>, false, \ 313 typedef df_iterator<NodeType*, SmallPtrSet<NodeType*, 8>, false, 329 typedef df_iterator<NodeType*, SmallPtrSet<NodeType*, 8>, false,
|
D | MemoryBuiltins.h | 158 SmallPtrSet<Instruction *, 8> SeenInsts; 214 typedef SmallPtrSet<const Value*, 8> PtrSetTy;
|
/external/llvm/lib/Transforms/ObjCARC/ |
D | PtrState.h | 77 SmallPtrSet<Instruction *, 2> Calls; 81 SmallPtrSet<Instruction *, 2> ReverseInsertPts;
|
D | ProvenanceAnalysis.cpp | 64 SmallPtrSet<const Value *, 4> UniqueSrc; in relatedPHI() 77 SmallPtrSet<const Value *, 8> Visited; in IsStoredObjCPointer()
|
/external/llvm/lib/Target/PowerPC/ |
D | PPCBoolRetToInt.cpp | 61 static SmallPtrSet<Value *, 8> findAllDefs(Value *V) { in findAllDefs() 62 SmallPtrSet<Value *, 8> Defs; in findAllDefs() 102 typedef SmallPtrSet<const PHINode *, 8> PHINodeSet;
|
/external/llvm/lib/Transforms/Scalar/ |
D | LoopInstSimplify.cpp | 89 SmallPtrSet<const Instruction*, 8> S1, S2, *ToSimplify = &S1, *Next = &S2; in runOnLoop() 95 SmallPtrSet<BasicBlock*, 32> Visited; in runOnLoop()
|
/external/llvm/include/llvm/Transforms/IPO/ |
D | InlinerPass.h | 27 class SmallPtrSet; variable
|
/external/llvm/lib/Transforms/IPO/ |
D | GlobalDCE.cpp | 49 SmallPtrSet<GlobalValue*, 32> AliveGlobals; 50 SmallPtrSet<Constant *, 8> SeenConstants;
|