/external/llvm/lib/Target/Sparc/ |
D | DelaySlotFiller.cpp | 70 SmallSet<unsigned, 32>& RegDefs, 71 SmallSet<unsigned, 32>& RegUses); 74 SmallSet<unsigned, 32>& RegDefs, 75 SmallSet<unsigned, 32>& RegUses); 77 bool IsRegInSet(SmallSet<unsigned, 32>& RegSet, 82 SmallSet<unsigned, 32> &RegDefs, 83 SmallSet<unsigned, 32> &RegUses); 172 SmallSet<unsigned, 32> RegDefs; in findDelayInstr() 173 SmallSet<unsigned, 32> RegUses; in findDelayInstr() 232 SmallSet<unsigned, 32> &RegDefs, in delayHasHazard() [all …]
|
/external/mockito/cglib-and-asm/src/org/mockito/asm/tree/analysis/ |
D | SmallSet.java | 42 class SmallSet extends AbstractSet implements Iterator { class 48 static final Set EMPTY_SET = new SmallSet(null, null); 50 SmallSet(final Object e1, final Object e2) { in SmallSet() method in SmallSet 60 return new SmallSet(e1, e2); in iterator() 89 Set union(final SmallSet s) { in union() 101 return new SmallSet(e1, s.e1); // necessarily e1 != s.e1 in union()
|
D | SourceInterpreter.java | 158 if (dv.insns instanceof SmallSet && dw.insns instanceof SmallSet) { in merge() 159 Set s = ((SmallSet) dv.insns).union((SmallSet) dw.insns); in merge()
|
D | SourceValue.java | 67 this(size, SmallSet.EMPTY_SET); in SourceValue() 72 this.insns = new SmallSet(insn, null); in SourceValue()
|
/external/llvm/lib/Target/ARM/ |
D | Thumb2ITBlockPass.cpp | 46 SmallSet<unsigned, 4> &Defs, 47 SmallSet<unsigned, 4> &Uses); 57 SmallSet<unsigned, 4> &Defs, in TrackDefUses() 58 SmallSet<unsigned, 4> &Uses, in TrackDefUses() 96 static void ClearKillFlags(MachineInstr *MI, SmallSet<unsigned, 4> &Uses) { in ClearKillFlags() 121 SmallSet<unsigned, 4> &Defs, in MoveCopyOutOfITBlock() 122 SmallSet<unsigned, 4> &Uses) { in MoveCopyOutOfITBlock() 178 SmallSet<unsigned, 4> Defs; in InsertITInstructions() 179 SmallSet<unsigned, 4> Uses; in InsertITInstructions()
|
/external/llvm/lib/CodeGen/ |
D | MachineInstrBundle.cpp | 127 SmallSet<unsigned, 32> LocalDefSet; in finalizeBundle() 128 SmallSet<unsigned, 8> DeadDefSet; in finalizeBundle() 129 SmallSet<unsigned, 16> KilledDefSet; in finalizeBundle() 131 SmallSet<unsigned, 8> ExternUseSet; in finalizeBundle() 132 SmallSet<unsigned, 8> KilledUseSet; in finalizeBundle() 133 SmallSet<unsigned, 8> UndefUseSet; in finalizeBundle() 197 SmallSet<unsigned, 32> Added; in finalizeBundle()
|
D | PeepholeOptimizer.cpp | 163 SmallSet<unsigned, 4> &ImmDefRegs, 166 SmallSet<unsigned, 4> &ImmDefRegs, 174 SmallSet<unsigned, 4> &CopySrcRegs, 190 SmallSet<unsigned, 16> &FoldAsLoadDefCandidates); 1298 SmallSet<unsigned, 16> &FoldAsLoadDefCandidates) { in isLoadFoldable() 1319 SmallSet<unsigned, 4> &ImmDefRegs, in isMoveImmediate() 1340 SmallSet<unsigned, 4> &ImmDefRegs, in foldImmediate() 1380 SmallSet<unsigned, 4> &CopySrcRegs, in foldRedundantCopy() 1505 SmallSet<unsigned, 4> ImmDefRegs; in runOnMachineFunction() 1507 SmallSet<unsigned, 16> FoldAsLoadDefCandidates; in runOnMachineFunction() [all …]
|
D | LiveVariables.cpp | 193 SmallSet<unsigned,4> &PartDefRegs) { in FindLastPartialDef() 243 SmallSet<unsigned, 4> PartDefRegs; in HandlePhysRegUse() 250 SmallSet<unsigned, 8> Processed; in HandlePhysRegUse() 338 SmallSet<unsigned, 8> PartUses; in HandlePhysRegKill() 446 SmallSet<unsigned, 32> Live; in HandlePhysRegDef() 601 SmallSet<unsigned, 4> LiveOuts; in runOnBlock() 769 SmallSet<unsigned, 16> Defs, Kills; in addNewBlock()
|
D | MachineCSE.cpp | 90 SmallSet<unsigned,8> &PhysRefs, 94 SmallSet<unsigned,8> &PhysRefs, 219 SmallSet<unsigned,8> &PhysRefs, in hasLivePhysRegDefUses() 270 SmallSet<unsigned,8> &PhysRefs, in PhysRegDefsReach() 499 SmallSet<unsigned, 8> PhysRefs; in ProcessBlock()
|
D | LocalStackSlotAllocation.cpp | 73 SmallSet<int, 16> &ProtectedObjs, 168 SmallSet<int, 16> &ProtectedObjs, in AssignProtectedObjSet() 196 SmallSet<int, 16> ProtectedObjs; in calculateFrameObjectOffsets()
|
D | TwoAddressInstructionPass.cpp | 199 SmallSet<unsigned, 4> UseRegs; in sink3AddrInstruction() 869 SmallSet<unsigned, 2> Uses; in rescheduleMIBelowKill() 870 SmallSet<unsigned, 2> Kills; in rescheduleMIBelowKill() 871 SmallSet<unsigned, 2> Defs; in rescheduleMIBelowKill() 1049 SmallSet<unsigned, 2> Uses; in rescheduleKillAboveMI() 1050 SmallSet<unsigned, 2> Kills; in rescheduleKillAboveMI() 1051 SmallSet<unsigned, 2> Defs; in rescheduleKillAboveMI() 1052 SmallSet<unsigned, 2> LiveDefs; in rescheduleKillAboveMI()
|
D | MachineLICM.cpp | 100 SmallSet<unsigned, 32> RegSeen; 170 BitVector &PhysRegClobbers, SmallSet<int, 32> &StoredFIs, 351 SmallSet<int, 32> &StoredFIs, in ProcessMI() 446 SmallSet<int, 32> StoredFIs; in HoistRegionPostRA()
|
/external/llvm/include/llvm/ADT/ |
D | SmallSet.h | 32 class SmallSet { 43 SmallSet() {} in SmallSet() function 127 class SmallSet<PointeeType*, N> : public SmallPtrSet<PointeeType*, N> {};
|
D | SetVector.h | 241 class SmallSetVector : public SetVector<T, SmallVector<T, N>, SmallSet<T, N> > {
|
/external/llvm/lib/Transforms/Scalar/ |
D | LoopLoadElimination.cpp | 137 SmallSet<Instruction *, 4> LoadsWithUnknownDepedence; in findStoreToLoadDependences() 253 const SmallSet<Value *, 4> &PtrsWrittenOnFwdingPath, in needsChecking() 267 SmallSet<Value *, 4> findPointersWrittenOnForwardingPath( in findPointersWrittenOnForwardingPath() 305 SmallSet<Value *, 4> PtrsWrittenOnFwdingPath; in findPointersWrittenOnForwardingPath() 325 SmallSet<Value *, 4> PtrsWrittenOnFwdingPath = in collectMemchecks()
|
D | SpeculativeExecution.cpp | 196 SmallSet<const Instruction *, 8> NotHoisted; in considerHoistingFromTo()
|
/external/clang/lib/StaticAnalyzer/Checkers/ |
D | ObjCMissingSuperCallChecker.cpp | 78 mutable llvm::StringMap<llvm::SmallSet<Selector, 16> > SelectorsForClass; 104 llvm::SmallSet<Selector, 16> &ClassSelectors = SelectorsForClass[ClassName]; in fillSelectors()
|
D | VforkChecker.cpp | 48 mutable llvm::SmallSet<const IdentifierInfo *, 10> VforkWhitelist;
|
D | UnreachableCodeChecker.cpp | 42 typedef llvm::SmallSet<unsigned, DEFAULT_CFGBLOCKS> CFGBlocksSet;
|
/external/clang/include/clang/StaticAnalyzer/Core/BugReporter/ |
D | BugReporter.h | 105 llvm::SmallSet<const LocationContext *, 2> InterestingLocationContexts; 134 llvm::SmallSet<InvalidationRecord, 4> Invalidations;
|
/external/clang/include/clang/AST/ |
D | CXXInheritance.h | 361 : public llvm::SmallSet<const CXXRecordDecl*, 32> { };
|
/external/llvm/include/llvm/CodeGen/ |
D | LiveVariables.h | 171 SmallSet<unsigned,4> &PartDefRegs);
|
D | MachineDominators.h | 60 mutable SmallSet<MachineBasicBlock *, 32> NewBBs;
|
/external/llvm/lib/Analysis/ |
D | CaptureTracking.cpp | 216 SmallSet<const Use *, Threshold> Visited; in PointerMayBeCaptured()
|
D | CFG.cpp | 141 SmallSet<const BasicBlock*, 64> Visited; in isPotentiallyReachableFromMany()
|