/freebsd/contrib/llvm-project/llvm/include/llvm/Support/ |
H A D | CachePruning.h | 33 std::optional<std::chrono::seconds> Interval = std::chrono::seconds(1200); member
|
/freebsd/contrib/llvm-project/compiler-rt/lib/scudo/standalone/ |
H A D | secondary.h | 182 const s32 Interval = atomic_load_relaxed(&ReleaseToOsIntervalMs); in getStats() local 224 const s32 Interval = atomic_load_relaxed(&ReleaseToOsIntervalMs); in store() local 387 const s32 Interval = Max( in setOption() local
|
H A D | primary32.h | 337 const s32 Interval = Max( in setOption() local
|
H A D | primary64.h | 400 const s32 Interval = Max( in setOption() local
|
/freebsd/contrib/llvm-project/llvm/include/llvm/LTO/legacy/ |
H A D | ThinLTOCodeGenerator.h | 137 void setCachePruningInterval(int Interval) { in setCachePruningInterval()
|
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/ |
H A D | StackColoring.cpp | 1035 const LiveInterval *Interval = &*Intervals[FromSlot]; in remapInstructions() local 1154 LiveInterval *Interval = &*Intervals[Slot]; in removeInvalidSlotRanges() local
|
H A D | LiveIntervals.cpp | 890 LiveInterval &Interval = getOrCreateEmptyInterval(Reg); in addSegmentToEndOfBlock() local
|
H A D | MachineScheduler.cpp | 4481 for (auto &Interval : _Intervals) { in getFirstAvailableAt() local 4508 [&A](const ResourceSegments::IntervalTy &Interval) -> bool { in add()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/ |
H A D | SIInsertWaitcnts.cpp | 780 RegInterval Interval = getRegInterval(MI, MRI, TRI, OpNo); in setExpScore() local 910 RegInterval Interval = getRegInterval(&Inst, MRI, TRI, I); in updateByEvent() local 1774 RegInterval Interval = ScoreBrackets.getRegInterval(&MI, MRI, TRI, I); in generateWaitcntInstBefore() local 2357 RegInterval Interval = Brackets.getRegInterval(&MI, MRI, TRI, I); in shouldFlushVmCnt() local
|
/freebsd/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/PathSensitive/ |
H A D | ExplodedGraph.h | 441 void enableNodeReclamation(unsigned Interval) { in enableNodeReclamation()
|
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/MSF/ |
H A D | MappedBlockStream.cpp | 37 using Interval = std::pair<uint64_t, uint64_t>; global() typedef
|
/freebsd/contrib/llvm-project/llvm/lib/Debuginfod/ |
H A D | Debuginfod.cpp | 387 Error DebuginfodCollection::updateForever(std::chrono::milliseconds Interval) { in updateForever()
|
/freebsd/contrib/llvm-project/llvm/lib/MC/ |
H A D | WinCOFFObjectWriter.cpp | 328 const uint32_t Interval = 1 << OffsetLabelIntervalBits; in defineSection() local
|
/freebsd/sys/contrib/dev/acpica/include/ |
H A D | actbl1.h | 882 UINT32 Interval; /* Polling interval (msec) */ member
|
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Vectorize/ |
H A D | LoopVectorize.cpp | 5180 for (auto &Interval : EndPoint) in calculateRegisterUsage() local
|