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

  /external/llvm/lib/CodeGen/
RegAllocFast.cpp 172 bool isLastUseOfLocalReg(MachineOperand&);
220 /// isLastUseOfLocalReg - Return true if MO is the only remaining reference to
223 bool RAFast::isLastUseOfLocalReg(MachineOperand &MO) {
651 if (isLastUseOfLocalReg(MO)) {
    [all...]
  /external/swiftshader/third_party/LLVM/lib/CodeGen/
RegAllocFast.cpp 151 bool isLastUseOfLocalReg(MachineOperand&);
191 /// isLastUseOfLocalReg - Return true if MO is the only remaining reference to
194 bool RAFast::isLastUseOfLocalReg(MachineOperand &MO) {
593 if (isLastUseOfLocalReg(MO)) {
    [all...]

Completed in 883 milliseconds