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

  /external/llvm/include/llvm/CodeGen/
LiveIntervalAnalysis.h 128 /// conflictsWithPhysReg - Returns true if the specified register is used or
133 bool conflictsWithPhysReg(const LiveInterval &li, VirtRegMap &vrm,
  /external/llvm/lib/CodeGen/
RegAllocLinearScan.cpp 494 if (li_->conflictsWithPhysReg(cur, *vrm_, CandReg))
    [all...]
LiveIntervalAnalysis.cpp 152 bool LiveIntervals::conflictsWithPhysReg(const LiveInterval &li,
    [all...]

Completed in 19 milliseconds