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

  /external/llvm/lib/CodeGen/
LiveRegMatrix.cpp 136 LiveRegMatrix::checkInterference(LiveInterval &VirtReg, unsigned PhysReg) {
150 if (query(VirtReg, *Units).checkInterference())
LiveIntervalUnion.h 156 bool checkInterference() { return collectInterferingVRegs(1); }

Completed in 31 milliseconds