HomeSort by relevance Sort by last modified time
    Searched refs:computeIntervals (Results 1 - 3 of 3) sorted by null

  /external/llvm/lib/CodeGen/
LiveDebugVariables.cpp 244 /// 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,
674 void LDVImpl::computeIntervals() {
677 userValues[i]->computeIntervals(MF->getRegInfo(), *TRI, *LIS, *MDT, UVS);
693 computeIntervals();
    [all...]
LiveIntervalAnalysis.cpp 127 computeIntervals();
382 /// computeIntervals - computes the live intervals for virtual
386 void LiveIntervals::computeIntervals() {
    [all...]
  /external/llvm/include/llvm/CodeGen/
LiveIntervalAnalysis.h 344 /// computeIntervals - Compute live intervals.
345 void computeIntervals();

Completed in 64 milliseconds