Home
last modified time | relevance | path

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

/external/swiftshader/third_party/LLVM/lib/CodeGen/
DRegAllocLinearScan.cpp285 unsigned attemptTrivialCoalescing(LiveInterval &cur, unsigned Reg);
447 unsigned RALinScan::attemptTrivialCoalescing(LiveInterval &cur, unsigned Reg) { in attemptTrivialCoalescing() function in RALinScan
652 Reg = attemptTrivialCoalescing(cur, vrm_->getPhys(cur.reg)); in linearScan()