Home
last modified time | relevance | path

Searched defs:Interval (Results 1 – 15 of 15) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/Support/
H A DCachePruning.h33 std::optional<std::chrono::seconds> Interval = std::chrono::seconds(1200); member
/freebsd/contrib/llvm-project/compiler-rt/lib/scudo/standalone/
H A Dsecondary.h182 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 Dprimary32.h337 const s32 Interval = Max( in setOption() local
H A Dprimary64.h400 const s32 Interval = Max( in setOption() local
/freebsd/contrib/llvm-project/llvm/include/llvm/LTO/legacy/
H A DThinLTOCodeGenerator.h137 void setCachePruningInterval(int Interval) { in setCachePruningInterval()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DStackColoring.cpp1035 const LiveInterval *Interval = &*Intervals[FromSlot]; in remapInstructions() local
1154 LiveInterval *Interval = &*Intervals[Slot]; in removeInvalidSlotRanges() local
H A DLiveIntervals.cpp890 LiveInterval &Interval = getOrCreateEmptyInterval(Reg); in addSegmentToEndOfBlock() local
H A DMachineScheduler.cpp4481 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 DSIInsertWaitcnts.cpp780 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 DExplodedGraph.h441 void enableNodeReclamation(unsigned Interval) { in enableNodeReclamation()
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/MSF/
H A DMappedBlockStream.cpp37 using Interval = std::pair<uint64_t, uint64_t>; global() typedef
/freebsd/contrib/llvm-project/llvm/lib/Debuginfod/
H A DDebuginfod.cpp387 Error DebuginfodCollection::updateForever(std::chrono::milliseconds Interval) { in updateForever()
/freebsd/contrib/llvm-project/llvm/lib/MC/
H A DWinCOFFObjectWriter.cpp328 const uint32_t Interval = 1 << OffsetLabelIntervalBits; in defineSection() local
/freebsd/sys/contrib/dev/acpica/include/
H A Dactbl1.h882 UINT32 Interval; /* Polling interval (msec) */ member
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DLoopVectorize.cpp5180 for (auto &Interval : EndPoint) in calculateRegisterUsage() local