Home
last modified time | relevance | path

Searched defs:LiveInterval (Results 1 – 11 of 11) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DRegAllocBase.h47 class LiveInterval; variable
H A DSplitKit.h35 class LiveInterval; variable
H A DMLRegallocEvictAdvisor.cpp
H A DMLRegAllocEvictAdvisor.cpp658 const LiveInterval &, const AllocationOrder &, unsigned, uint8_t, in tryFindEvictionCandidatePosition()
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DCalcSpillWeights.h16 class LiveInterval; variable
H A DLiveRegMatrix.h34 class LiveInterval; variable
H A DRegAllocEvictionAdvisor.h27 class LiveInterval; variable
H A DLiveIntervals.h232 LLVM_ATTRIBUTE_UNUSED void pruneValue(LiveInterval &, SlotIndex, in pruneValue() argument
H A DLiveInterval.h726 LiveInterval(Register Reg, float Weight) : Reg(Reg), Weight(Weight) {} in LiveInterval() function
H A DTargetRegisterInfo.h44 class LiveInterval; variable
/freebsd/contrib/llvm-project/llvm/lib/Target/WebAssembly/
H A DWebAssemblyRegColoring.cpp132 ArrayRef<SmallVector<LiveInterval *, 4>> Assignments, in undefInvalidDbgValues()