Searched refs:checkInterference (Results 1 - 5 of 5) sorted by relevance

/external/llvm/include/llvm/CodeGen/
H A DLiveRegMatrix.h106 InterferenceKind checkInterference(LiveInterval &VirtReg, unsigned PhysReg);
H A DLiveIntervalUnion.h155 bool checkInterference() { return collectInterferingVRegs(1); } function in class:llvm::LiveIntervalUnion::Query
/external/llvm/lib/CodeGen/
H A DLiveRegMatrix.cpp136 LiveRegMatrix::checkInterference(LiveInterval &VirtReg, unsigned PhysReg) { function in class:LiveRegMatrix
150 if (query(VirtReg, *Units).checkInterference())
H A DRegAllocBasic.cpp230 switch (Matrix->checkInterference(VirtReg, PhysReg)) {
252 assert(!Matrix->checkInterference(VirtReg, *PhysRegI) &&
H A DRegAllocGreedy.cpp442 if (!Matrix->checkInterference(VirtReg, PhysReg))
516 if (Matrix->checkInterference(VirtReg, PhysReg) > LiveRegMatrix::IK_VirtReg)
1375 .checkInterference())

Completed in 1639 milliseconds