Home
last modified time | relevance | path

Searched refs:SmallSet (Results 1 – 25 of 97) sorted by relevance

1234

/external/llvm/lib/Target/Sparc/
DDelaySlotFiller.cpp70 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/
DSmallSet.java42 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()
DSourceInterpreter.java158 if (dv.insns instanceof SmallSet && dw.insns instanceof SmallSet) { in merge()
159 Set s = ((SmallSet) dv.insns).union((SmallSet) dw.insns); in merge()
DSourceValue.java67 this(size, SmallSet.EMPTY_SET); in SourceValue()
72 this.insns = new SmallSet(insn, null); in SourceValue()
/external/llvm/lib/Target/ARM/
DThumb2ITBlockPass.cpp46 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/
DMachineInstrBundle.cpp127 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()
DPeepholeOptimizer.cpp163 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 …]
DLiveVariables.cpp193 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()
DMachineCSE.cpp90 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()
DLocalStackSlotAllocation.cpp73 SmallSet<int, 16> &ProtectedObjs,
168 SmallSet<int, 16> &ProtectedObjs, in AssignProtectedObjSet()
196 SmallSet<int, 16> ProtectedObjs; in calculateFrameObjectOffsets()
DTwoAddressInstructionPass.cpp199 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()
DMachineLICM.cpp100 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/
DSmallSet.h32 class SmallSet {
43 SmallSet() {} in SmallSet() function
127 class SmallSet<PointeeType*, N> : public SmallPtrSet<PointeeType*, N> {};
DSetVector.h241 class SmallSetVector : public SetVector<T, SmallVector<T, N>, SmallSet<T, N> > {
/external/llvm/lib/Transforms/Scalar/
DLoopLoadElimination.cpp137 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()
DSpeculativeExecution.cpp196 SmallSet<const Instruction *, 8> NotHoisted; in considerHoistingFromTo()
/external/clang/lib/StaticAnalyzer/Checkers/
DObjCMissingSuperCallChecker.cpp78 mutable llvm::StringMap<llvm::SmallSet<Selector, 16> > SelectorsForClass;
104 llvm::SmallSet<Selector, 16> &ClassSelectors = SelectorsForClass[ClassName]; in fillSelectors()
DVforkChecker.cpp48 mutable llvm::SmallSet<const IdentifierInfo *, 10> VforkWhitelist;
DUnreachableCodeChecker.cpp42 typedef llvm::SmallSet<unsigned, DEFAULT_CFGBLOCKS> CFGBlocksSet;
/external/clang/include/clang/StaticAnalyzer/Core/BugReporter/
DBugReporter.h105 llvm::SmallSet<const LocationContext *, 2> InterestingLocationContexts;
134 llvm::SmallSet<InvalidationRecord, 4> Invalidations;
/external/clang/include/clang/AST/
DCXXInheritance.h361 : public llvm::SmallSet<const CXXRecordDecl*, 32> { };
/external/llvm/include/llvm/CodeGen/
DLiveVariables.h171 SmallSet<unsigned,4> &PartDefRegs);
DMachineDominators.h60 mutable SmallSet<MachineBasicBlock *, 32> NewBBs;
/external/llvm/lib/Analysis/
DCaptureTracking.cpp216 SmallSet<const Use *, Threshold> Visited; in PointerMayBeCaptured()
DCFG.cpp141 SmallSet<const BasicBlock*, 64> Visited; in isPotentiallyReachableFromMany()

1234