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

  /external/llvm/lib/CodeGen/
LiveVariables.cpp 190 /// FindLastPartialDef - Return the last partial def of the specified register.
192 MachineInstr *LiveVariables::FindLastPartialDef(unsigned Reg,
244 MachineInstr *LastPartialDef = FindLastPartialDef(Reg, PartDefRegs);
  /external/swiftshader/third_party/LLVM/lib/CodeGen/
LiveVariables.cpp 186 /// FindLastPartialDef - Return the last partial def of the specified register.
188 MachineInstr *LiveVariables::FindLastPartialDef(unsigned Reg,
241 MachineInstr *LastPartialDef = FindLastPartialDef(Reg, PartDefRegs);

Completed in 268 milliseconds