Searched defs:IsLive (Results 1 – 5 of 5) sorted by relevance
22 bool IsLive(Node* node) { in IsLive() function
39 V8_INLINE bool IsLive(Node* const node) { return is_live_.Get(node); } in IsLive() function
163 bool IsLive(Node* node) const { return !IsDefined(node) && IsUsed(node); } in IsLive() function
117 bool IsLive = MBB.isLiveIn(GPR64) || MBB.isLiveIn(GPR32); in addSavedGPR() local
106 bool AggressiveAntiDepState::IsLive(unsigned Reg) in IsLive() function in AggressiveAntiDepState