Home
last modified time | relevance | path

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

123456

/external/swiftshader/third_party/LLVM/include/llvm/ADT/
DSetVector.h164 class SmallSetVector : public SetVector<T, SmallVector<T, N>, SmallSet<T, N> > {
166 SmallSetVector() {} in SmallSetVector() function
170 SmallSetVector(It Start, It End) { in SmallSetVector() function
/external/swiftshader/third_party/LLVM/lib/CodeGen/
DTailDuplication.cpp96 SmallSetVector<MachineBasicBlock*, 8> &Succs);
140 SmallSetVector<MachineBasicBlock*, 8> Preds(MBB->pred_begin(), in VerifyPHIs()
146 for (SmallSetVector<MachineBasicBlock *, 8>::iterator PI = Preds.begin(), in VerifyPHIs()
191 SmallSetVector<MachineBasicBlock*, 8> Succs(MBB->succ_begin(), in TailDuplicateAndUpdate()
444 SmallSetVector<MachineBasicBlock*,8> &Succs) { in UpdateSuccessorsPHIs()
445 for (SmallSetVector<MachineBasicBlock*, 8>::iterator SI = Succs.begin(), in UpdateSuccessorsPHIs()
662 for (SmallSetVector<MachineBasicBlock *, 8>::iterator PI = Preds.begin(), in duplicateSimpleBB()
748 SmallSetVector<MachineBasicBlock*, 8> Preds(TailBB->pred_begin(), in TailDuplicate()
750 for (SmallSetVector<MachineBasicBlock *, 8>::iterator PI = Preds.begin(), in TailDuplicate()
896 for (SmallSetVector<MachineBasicBlock *, 8>::iterator PI = Preds.begin(), in TailDuplicate()
/external/llvm/lib/CodeGen/
DTailDuplicator.cpp75 SmallSetVector<MachineBasicBlock *, 8> Preds(MBB->pred_begin(), in VerifyPHIs()
81 for (SmallSetVector<MachineBasicBlock *, 8>::iterator PI = Preds.begin(), in VerifyPHIs()
125 SmallSetVector<MachineBasicBlock *, 8> Succs(MBB->succ_begin(), in tailDuplicateAndUpdate()
423 SmallSetVector<MachineBasicBlock *, 8> &Succs) { in updateSuccessorsPHIs()
424 for (SmallSetVector<MachineBasicBlock *, 8>::iterator SI = Succs.begin(), in updateSuccessorsPHIs()
652 for (SmallSetVector<MachineBasicBlock *, 8>::iterator PI = Preds.begin(), in duplicateSimpleBB()
738 SmallSetVector<MachineBasicBlock *, 8> Preds(TailBB->pred_begin(), in tailDuplicate()
740 for (SmallSetVector<MachineBasicBlock *, 8>::iterator PI = Preds.begin(), in tailDuplicate()
877 for (SmallSetVector<MachineBasicBlock *, 8>::iterator PI = Preds.begin(), in tailDuplicate()
DMachineCopyPropagation.cpp68 SmallSetVector<MachineInstr*, 8> MaybeDeadCopies;
298 for (SmallSetVector<MachineInstr *, 8>::iterator DI = in CopyPropagateBlock()
/external/llvm/include/llvm/ADT/
DSetVector.h286 class SmallSetVector : public SetVector<T, SmallVector<T, N>, SmallSet<T, N> > {
288 SmallSetVector() {} in SmallSetVector() function
292 SmallSetVector(It Start, It End) { in SmallSetVector() function
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/ADT/
DSetVector.h298 class SmallSetVector
301 SmallSetVector() = default;
305 SmallSetVector(It Start, It End) { in SmallSetVector() function
/external/clang/include/clang/Sema/
DExternalSemaSource.h24 template <class T, unsigned n> class SmallSetVector; variable
146 llvm::SmallSetVector<const TypedefNameDecl *, 4> &Decls) {} in ReadUnusedLocalTypedefNameCandidates()
/external/llvm/lib/Transforms/Scalar/
DDCE.cpp76 SmallSetVector<Instruction *, 16> &WorkList, in DCEInstruction()
105 SmallSetVector<Instruction *, 16> WorkList; in eliminateDeadCode()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Scalar/
DDCE.cpp77 SmallSetVector<Instruction *, 16> &WorkList, in DCEInstruction()
108 SmallSetVector<Instruction *, 16> WorkList; in eliminateDeadCode()
DGVNSink.cpp121 SmallSetVector<BasicBlock *, 4> ActiveBlocks;
157 SmallSetVector<BasicBlock *, 4> &getActiveBlocks() { return ActiveBlocks; } in getActiveBlocks()
159 void restrictToBlocks(SmallSetVector<BasicBlock *, 4> &Blocks) { in restrictToBlocks()
275 void restrictToBlocks(const SmallSetVector<BasicBlock *, 4> &NewBlocks) { in restrictToBlocks()
DLICM.cpp323 SmallSetVector<Value *, 8> PointerMustAliases; in runOnLoop()
903 SmallSetVector<BasicBlock *, 8> PredBBs(pred_begin(ExitBB), pred_end(ExitBB)); in splitPredecessorsOfLoopExit()
1010 SmallSetVector<User*, 8> Users(I.user_begin(), I.user_end()); in sink()
1106 const SmallSetVector<Value *, 8> &PointerMustAliases;
1134 const SmallSetVector<Value *, 8> &PMA, in LoopPromoter()
1213 const SmallSetVector<Value *, 8> &PointerMustAliases, in promoteLoopAccessesToScalars()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Utils/
DLCSSA.cpp78 SmallSetVector<PHINode *, 16> PHIsToRemove; in formLCSSAForInstructions()
262 SmallSetVector<BasicBlock *, 8> &BlocksDominatingExits) { in computeBlocksDominatingExits()
314 SmallSetVector<BasicBlock *, 8> BlocksDominatingExits; in formLCSSA()
/external/llvm/lib/Target/AArch64/
DAArch64PBQPRegAlloc.h25 SmallSetVector<unsigned, 32> Chains;
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AArch64/
DAArch64PBQPRegAlloc.h27 SmallSetVector<unsigned, 32> Chains;
/external/llvm/include/llvm/CodeGen/GlobalISel/
DIRTranslator.h65 SmallSetVector<const Constant *, 8> Constants;
/external/swiftshader/third_party/LLVM/utils/TableGen/
DSetTheory.h65 typedef SmallSetVector<Record*, 16> RecSet;
/external/clang/include/clang/Basic/
DModule.h86 llvm::SmallSetVector<const FileEntry *, 2> TopHeaders;
221 llvm::SmallSetVector<Module *, 2> Imports;
/external/llvm/include/llvm/TableGen/
DSetTheory.h66 typedef SmallSetVector<Record*, 16> RecSet;
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/TableGen/
DSetTheory.h68 using RecSet = SmallSetVector<Record *, 16>;
/external/clang/test/SemaCXX/
Dtypo-correction.cpp515 class SmallSetVector : public SetVector<C, I, 8> {}; class
518 SmallSetVector<foo*, 2> fooSet;
/external/llvm/include/llvm/CodeGen/
DTailDuplicator.h73 SmallSetVector<MachineBasicBlock *, 8> &Succs);
/external/clang/include/clang/Lex/
DHeaderSearchOptions.h144 llvm::SmallSetVector<std::string, 16> ModulesIgnoreMacros;
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/IPO/
DAlwaysInliner.cpp37 SmallSetVector<CallSite, 16> Calls; in run()
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/CodeGen/
DTailDuplicator.h106 SmallSetVector<MachineBasicBlock *, 8> &Succs);
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/
DTailDuplicator.cpp99 SmallSetVector<MachineBasicBlock *, 8> Preds(MBB->pred_begin(), in VerifyPHIs()
158 SmallSetVector<MachineBasicBlock *, 8> Succs(MBB->succ_begin(), in tailDuplicateAndUpdate()
464 SmallSetVector<MachineBasicBlock *, 8> &Succs) { in updateSuccessorsPHIs()
815 SmallSetVector<MachineBasicBlock *, 8> Preds(TailBB->pred_begin(), in tailDuplicate()

123456