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

  /external/llvm/include/llvm/CodeGen/
LiveVariables.h 178 /// FindLastPartialDef - Return the last partial def of the specified
181 MachineInstr *FindLastPartialDef(unsigned Reg,
  /external/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 1091 milliseconds