HomeSort by: relevance | last modified time | path
    Searched refs:FindLastPartialDef (Results 1 - 2 of 2) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
LiveVariables.h 165 /// FindLastPartialDef - Return the last partial def of the specified
168 MachineInstr *FindLastPartialDef(Register Reg,
  /src/external/apache2/llvm/dist/llvm/lib/CodeGen/
LiveVariables.cpp 187 /// FindLastPartialDef - Return the last partial def of the specified register.
190 LiveVariables::FindLastPartialDef(Register Reg,
242 MachineInstr *LastPartialDef = FindLastPartialDef(Reg, PartDefRegs);

Completed in 17 milliseconds