Home
last modified time | relevance | path

Searched defs:Interval (Results 1 – 18 of 18) 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/llvm/include/llvm/Analysis/
H A DIntervalPartition.h32 class Interval; variable
H A DInterval.h47 inline Interval(BasicBlock *Header) : HeaderNode(Header) { in Interval() function
/freebsd/contrib/llvm-project/clang/lib/Analysis/
H A DIntervalPartition.cpp42 BuildResult<Node> Interval; in buildInterval() local
113 CFGIntervalNode &Interval = Graph.emplace_back(Graph.size()); in fillIntervalNode() 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.cpp1031 const LiveInterval *Interval = &*Intervals[FromSlot]; in remapInstructions() local
1150 LiveInterval *Interval = &*Intervals[Slot]; in removeInvalidSlotRanges() local
H A DLiveIntervals.cpp865 LiveInterval &Interval = getOrCreateEmptyInterval(Reg); in addSegmentToEndOfBlock() local
H A DMachineScheduler.cpp4281 for (auto &Interval : _Intervals) { in getFirstAvailableAt() local
4300 [&A](const ResourceSegments::IntervalTy &Interval) -> bool { in add()
/freebsd/contrib/llvm-project/compiler-rt/lib/scudo/standalone/
H A Dsecondary.h199 const s32 Interval = atomic_load_relaxed(&ReleaseToOsIntervalMs); in store() local
362 const s32 Interval = Max( in setOption() local
H A Dprimary32.h351 const s32 Interval = Max(Min(static_cast<s32>(Value), in setOption() local
H A Dprimary64.h419 const s32 Interval = Max(Min(static_cast<s32>(Value), in setOption() local
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DSIInsertWaitcnts.cpp757 RegInterval Interval = getRegInterval(MI, MRI, TRI, OpNo); in setExpScore() local
899 RegInterval Interval = getRegInterval(&Inst, MRI, TRI, I); in updateByEvent() local
1802 RegInterval Interval = ScoreBrackets.getRegInterval(&MI, MRI, TRI, I); in generateWaitcntInstBefore() local
2400 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.cpp36 using Interval = std::pair<uint64_t, uint64_t>; typedef
/freebsd/contrib/llvm-project/llvm/lib/Debuginfod/
H A DDebuginfod.cpp386 Error DebuginfodCollection::updateForever(std::chrono::milliseconds Interval) { in updateForever()
/freebsd/contrib/llvm-project/llvm/lib/MC/
H A DWinCOFFObjectWriter.cpp358 const uint32_t Interval = 1 << OffsetLabelIntervalBits; in defineSection() local
/freebsd/sys/contrib/dev/acpica/include/
H A Dactbl1.h873 UINT32 Interval; /* Polling interval (msec) */ member
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DLoopVectorize.cpp5676 for (auto &Interval : EndPoint) in calculateRegisterUsage() local