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

/freebsd-10.2-release/contrib/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
/freebsd-10.2-release/contrib/llvm/lib/CodeGen/
H A DLiveRegMatrix.cpp138 LiveRegMatrix::checkInterference(LiveInterval &VirtReg, unsigned PhysReg) { function in class:LiveRegMatrix
152 if (query(VirtReg, *Units).checkInterference())
H A DRegAllocBasic.cpp231 switch (Matrix->checkInterference(VirtReg, PhysReg)) {
253 assert(!Matrix->checkInterference(VirtReg, *PhysRegI) &&
H A DRegAllocGreedy.cpp462 if (!Matrix->checkInterference(VirtReg, PhysReg))
510 if (subQ.checkInterference())
561 if (Matrix->checkInterference(VirtReg, PhysReg) > LiveRegMatrix::IK_VirtReg)
1433 .checkInterference())

Completed in 116 milliseconds