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