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

/external/llvm/lib/CodeGen/
H A DLiveDebugVariables.cpp244 /// computeIntervals - Compute the live intervals of all locations after
246 void computeIntervals(MachineRegisterInfo &MRI, const TargetRegisterInfo &TRI,
318 /// computeIntervals - Compute the live intervals of all user values after
320 void computeIntervals();
620 UserValue::computeIntervals(MachineRegisterInfo &MRI, function in class:UserValue
674 void LDVImpl::computeIntervals() { function in class:LDVImpl
677 userValues[i]->computeIntervals(MF->getRegInfo(), *TRI, *LIS, *MDT, UVS);
693 computeIntervals();
H A DLiveIntervalAnalysis.cpp127 computeIntervals();
382 /// computeIntervals - computes the live intervals for virtual
386 void LiveIntervals::computeIntervals() { function in class:LiveIntervals

Completed in 70 milliseconds