Searched refs:IsInPhiList (Results 1 – 3 of 3) sorted by relevance
250 bool BB::IsInPhiList(regno_t regNO) in IsInPhiList() function in maplebe::BB
765 bool IsInPhiList(regno_t regNO);
1624 … (((useBB->IsInPhiDef(srcRegNO) || useBB->IsInPhiList(srcRegNO)) && useBB->HasCriticalEdge()) || in IsValidCopyProp()1625 useBB->IsInPhiList(dstRegNO))) { in IsValidCopyProp()