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

  /external/llvm/include/llvm/CodeGen/
LiveRangeEdit.h 62 VirtRegMap *VRM;
99 /// @param vrm Map of virtual registers to physical registers for this
106 VirtRegMap *vrm,
109 MRI(MF.getRegInfo()), LIS(lis), VRM(vrm),
  /external/llvm/lib/CodeGen/
SplitKit.h 44 const VirtRegMap &VRM;
119 SplitAnalysis(const VirtRegMap &vrm, const LiveIntervals &lis,
213 VirtRegMap &VRM;
InlineSpiller.cpp 62 VirtRegMap &VRM;
139 VirtRegMap &vrm)
147 VRM(vrm),
192 VirtRegMap &vrm) {
193 return new InlineSpiller(pass, mf, vrm);
311 VRM.getOriginal(Reg) == Original;
    [all...]

Completed in 2838 milliseconds