Home
last modified time | relevance | path

Searched refs:conflictsWithPhysReg (Results 1 – 3 of 3) sorted by relevance

/external/swiftshader/third_party/LLVM/include/llvm/CodeGen/
DLiveIntervalAnalysis.h133 bool conflictsWithPhysReg(const LiveInterval &li, VirtRegMap &vrm,
/external/swiftshader/third_party/LLVM/lib/CodeGen/
DRegAllocLinearScan.cpp493 if (li_->conflictsWithPhysReg(cur, *vrm_, CandReg)) in attemptTrivialCoalescing()
DLiveIntervalAnalysis.cpp152 bool LiveIntervals::conflictsWithPhysReg(const LiveInterval &li, in conflictsWithPhysReg() function in LiveIntervals