Searched defs:computeIntervals (Results 1 - 1 of 1) sorted by relevance

/external/llvm/lib/CodeGen/
H A DLiveDebugVariables.cpp253 /// computeIntervals - Compute the live intervals of all locations after
255 void computeIntervals(MachineRegisterInfo &MRI, const TargetRegisterInfo &TRI,
324 /// computeIntervals - Compute the live intervals of all user values after
326 void computeIntervals();
672 UserValue::computeIntervals(MachineRegisterInfo &MRI, function in class:UserValue
726 void LDVImpl::computeIntervals() { function in class:LDVImpl
729 userValues[i]->computeIntervals(MF->getRegInfo(), *TRI, *LIS, *MDT, UVS);
745 computeIntervals();

Completed in 39 milliseconds