/external/swiftshader/third_party/LLVM/include/llvm/ADT/ |
D | SetVector.h | 164 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/ |
D | TailDuplication.cpp | 96 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/ |
D | TailDuplicator.cpp | 75 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()
|
D | MachineCopyPropagation.cpp | 68 SmallSetVector<MachineInstr*, 8> MaybeDeadCopies; 298 for (SmallSetVector<MachineInstr *, 8>::iterator DI = in CopyPropagateBlock()
|
/external/llvm/include/llvm/ADT/ |
D | SetVector.h | 286 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/ |
D | SetVector.h | 298 class SmallSetVector 301 SmallSetVector() = default; 305 SmallSetVector(It Start, It End) { in SmallSetVector() function
|
/external/clang/include/clang/Sema/ |
D | ExternalSemaSource.h | 24 template <class T, unsigned n> class SmallSetVector; variable 146 llvm::SmallSetVector<const TypedefNameDecl *, 4> &Decls) {} in ReadUnusedLocalTypedefNameCandidates()
|
/external/llvm/lib/Transforms/Scalar/ |
D | DCE.cpp | 76 SmallSetVector<Instruction *, 16> &WorkList, in DCEInstruction() 105 SmallSetVector<Instruction *, 16> WorkList; in eliminateDeadCode()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Scalar/ |
D | DCE.cpp | 77 SmallSetVector<Instruction *, 16> &WorkList, in DCEInstruction() 108 SmallSetVector<Instruction *, 16> WorkList; in eliminateDeadCode()
|
D | GVNSink.cpp | 121 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()
|
D | LICM.cpp | 323 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/ |
D | LCSSA.cpp | 78 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/ |
D | AArch64PBQPRegAlloc.h | 25 SmallSetVector<unsigned, 32> Chains;
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AArch64/ |
D | AArch64PBQPRegAlloc.h | 27 SmallSetVector<unsigned, 32> Chains;
|
/external/llvm/include/llvm/CodeGen/GlobalISel/ |
D | IRTranslator.h | 65 SmallSetVector<const Constant *, 8> Constants;
|
/external/swiftshader/third_party/LLVM/utils/TableGen/ |
D | SetTheory.h | 65 typedef SmallSetVector<Record*, 16> RecSet;
|
/external/clang/include/clang/Basic/ |
D | Module.h | 86 llvm::SmallSetVector<const FileEntry *, 2> TopHeaders; 221 llvm::SmallSetVector<Module *, 2> Imports;
|
/external/llvm/include/llvm/TableGen/ |
D | SetTheory.h | 66 typedef SmallSetVector<Record*, 16> RecSet;
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/TableGen/ |
D | SetTheory.h | 68 using RecSet = SmallSetVector<Record *, 16>;
|
/external/clang/test/SemaCXX/ |
D | typo-correction.cpp | 515 class SmallSetVector : public SetVector<C, I, 8> {}; class 518 SmallSetVector<foo*, 2> fooSet;
|
/external/llvm/include/llvm/CodeGen/ |
D | TailDuplicator.h | 73 SmallSetVector<MachineBasicBlock *, 8> &Succs);
|
/external/clang/include/clang/Lex/ |
D | HeaderSearchOptions.h | 144 llvm::SmallSetVector<std::string, 16> ModulesIgnoreMacros;
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/IPO/ |
D | AlwaysInliner.cpp | 37 SmallSetVector<CallSite, 16> Calls; in run()
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/CodeGen/ |
D | TailDuplicator.h | 106 SmallSetVector<MachineBasicBlock *, 8> &Succs);
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/ |
D | TailDuplicator.cpp | 99 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()
|