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

  /external/swiftshader/third_party/LLVM/lib/CodeGen/
LiveDebugVariables.cpp 244 /// computeIntervals - Compute the live intervals of all locations after
246 void computeIntervals(MachineRegisterInfo &MRI,
318 /// computeIntervals - Compute the live intervals of all user values after
320 void computeIntervals();
620 UserValue::computeIntervals(MachineRegisterInfo &MRI,
656 void LDVImpl::computeIntervals() {
659 userValues[i]->computeIntervals(MF->getRegInfo(), *LIS, *MDT, UVS);
676 computeIntervals();
    [all...]
LiveIntervalAnalysis.cpp 124 computeIntervals();
668 /// computeIntervals - computes the live intervals for virtual
672 void LiveIntervals::computeIntervals() {
    [all...]
  /external/llvm/lib/CodeGen/
LiveDebugVariables.cpp 254 /// computeIntervals - Compute the live intervals of all locations after
256 void computeIntervals(MachineRegisterInfo &MRI, const TargetRegisterInfo &TRI,
325 /// computeIntervals - Compute the live intervals of all user values after
327 void computeIntervals();
661 UserValue::computeIntervals(MachineRegisterInfo &MRI,
715 void LDVImpl::computeIntervals() {
718 userValues[i]->computeIntervals(MF->getRegInfo(), *TRI, *LIS, *MDT, UVS);
734 computeIntervals();
    [all...]

Completed in 477 milliseconds