Searched refs:isDeallocRet (Results 1 – 3 of 3) sorted by relevance
271 if (HII->isDeallocRet(MI)) in isCallDependent()1086 if (MI->isCall() || HII->isDeallocRet(MI) || HII->isNewValueJump(MI)) in hasControlDependence()1100 return HII->isDeallocRet(I) && in hasControlDependence()1123 return (StoreJ && HII->isDeallocRet(I)) || (StoreI && HII->isDeallocRet(J)); in hasV4SpecificDependence()
271 bool isDeallocRet(const MachineInstr *MI) const;
1697 bool HexagonInstrInfo::isDeallocRet(const MachineInstr *MI) const { in isDeallocRet() function in HexagonInstrInfo