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 167 /// FindLastPartialDef - Return the last partial def of the specified
170 MachineInstr *FindLastPartialDef(unsigned Reg,
  /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);

Completed in 26 milliseconds