Home
last modified time | relevance | path

Searched defs:checkInterference (Results 1 – 2 of 2) sorted by relevance

/llvm-project/llvm/lib/CodeGen/
H A DLiveRegMatrix.cpp210 return query(LR, Unit).checkInterference(); in checkInterference() function in LiveRegMatrix
186 LiveRegMatrix::checkInterference(const LiveInterval &VirtReg, checkInterference() function in LiveRegMatrix
/llvm-project/llvm/include/llvm/CodeGen/
H A DLiveIntervalUnion.h159 bool checkInterference() { return collectInterferingVRegs(1); } in checkInterference() function