HomeSort by relevance Sort by last modified time
    Searched full:splitlocation (Results 1 - 1 of 1) sorted by null

  /external/llvm/lib/CodeGen/
LiveDebugVariables.cpp 132 /// splitLocation - Replace OldLocNo ranges with NewRegs ranges where NewRegs
134 bool splitLocation(unsigned OldLocNo, ArrayRef<LiveInterval*> NewRegs);
732 UserValue::splitLocation(unsigned OldLocNo, ArrayRef<LiveInterval*> NewRegs) {
832 // Split locations referring to OldReg. Iterate backwards so splitLocation can
839 DidChange |= splitLocation(LocNo, NewRegs);
    [all...]

Completed in 318 milliseconds