Home
last modified time | relevance | path

Searched refs:computeIntervals (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DLiveDebugVariables.cpp473 void computeIntervals(MachineRegisterInfo &MRI, const TargetRegisterInfo &TRI,
646 void computeIntervals();
1115 void UserValue::computeIntervals(MachineRegisterInfo &MRI, in computeIntervals() function in UserValue
1264 void LiveDebugVariables::LDVImpl::computeIntervals() { in computeIntervals() function in LiveDebugVariables::LDVImpl
1269 UV->computeIntervals(MF->getRegInfo(), *TRI, *LIS, LS); in computeIntervals()
1283 computeIntervals(); in runOnMachineFunction()
/freebsd/contrib/llvm-project/llvm/include/llvm/Testing/Demangle/
H A DDemangleTestCases.inc16627 {"_ZN4llvm13LiveIntervals16computeIntervalsEv", "llvm::LiveIntervals::computeIntervals()"},