Searched refs:computeIntervals (Results 1 – 5 of 5) sorted by relevance
/external/swiftshader/third_party/LLVM/lib/CodeGen/ |
D | LiveDebugVariables.cpp | 246 void computeIntervals(MachineRegisterInfo &MRI, 320 void computeIntervals(); 620 UserValue::computeIntervals(MachineRegisterInfo &MRI, in computeIntervals() function in UserValue 656 void LDVImpl::computeIntervals() { in computeIntervals() function in LDVImpl 659 userValues[i]->computeIntervals(MF->getRegInfo(), *LIS, *MDT, UVS); in computeIntervals() 676 computeIntervals(); in runOnMachineFunction()
|
D | LiveIntervalAnalysis.cpp | 124 computeIntervals(); in runOnMachineFunction() 672 void LiveIntervals::computeIntervals() { in computeIntervals() function in LiveIntervals
|
/external/llvm/lib/CodeGen/ |
D | LiveDebugVariables.cpp | 256 void computeIntervals(MachineRegisterInfo &MRI, const TargetRegisterInfo &TRI, 327 void computeIntervals(); 661 UserValue::computeIntervals(MachineRegisterInfo &MRI, in computeIntervals() function in UserValue 715 void LDVImpl::computeIntervals() { in computeIntervals() function in LDVImpl 718 userValues[i]->computeIntervals(MF->getRegInfo(), *TRI, *LIS, *MDT, UVS); in computeIntervals() 734 computeIntervals(); in runOnMachineFunction()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/ |
D | LiveDebugVariables.cpp | 305 void computeIntervals(MachineRegisterInfo &MRI, const TargetRegisterInfo &TRI, 376 void computeIntervals(); 724 void UserValue::computeIntervals(MachineRegisterInfo &MRI, in computeIntervals() function in UserValue 838 void LDVImpl::computeIntervals() { in computeIntervals() function in LDVImpl 843 userValues[i]->computeIntervals(MF->getRegInfo(), *TRI, *LIS, LS); in computeIntervals() 857 computeIntervals(); in runOnMachineFunction()
|
/external/swiftshader/third_party/LLVM/include/llvm/CodeGen/ |
D | LiveIntervalAnalysis.h | 325 void computeIntervals();
|