Home
last modified time | relevance | path

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

/freebsd-14-stable/contrib/llvm-project/llvm/lib/CodeGen/
HDRegAllocBase.h46 class LiveInterval; variable
HDRegAllocEvictionAdvisor.h22 class LiveInterval; variable
HDSplitKit.h35 class LiveInterval; variable
HDMLRegAllocEvictAdvisor.cpp591 const LiveInterval &, const AllocationOrder &, unsigned, uint8_t, in tryFindEvictionCandidatePosition()
/freebsd-14-stable/contrib/llvm-project/llvm/include/llvm/CodeGen/
HDLiveRegMatrix.h34 class LiveInterval; variable
HDCalcSpillWeights.h16 class LiveInterval; variable
HDLiveIntervals.h222 LLVM_ATTRIBUTE_UNUSED void pruneValue(LiveInterval &, SlotIndex, in pruneValue() argument
HDLiveInterval.h723 LiveInterval(unsigned Reg, float Weight) : Reg(Reg), Weight(Weight) {} in LiveInterval() function
HDTargetRegisterInfo.h43 class LiveInterval; variable
/freebsd-14-stable/contrib/llvm-project/llvm/lib/Target/WebAssembly/
HDWebAssemblyRegColoring.cpp132 ArrayRef<SmallVector<LiveInterval *, 4>> Assignments, in undefInvalidDbgValues()