Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DLiveRegMatrix.cpp186 LiveRegMatrix::checkInterference(const LiveInterval &VirtReg, in checkInterference() function in LiveRegMatrix
210 bool LiveRegMatrix::checkInterference(SlotIndex Start, SlotIndex End, in checkInterference() function in LiveRegMatrix
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DLiveIntervalUnion.h159 bool checkInterference() { return collectInterferingVRegs(1); } in checkInterference() function