Searched refs:is_call (Results 1 – 2 of 2) sorted by relevance
359 if (node->properties().is_call()) SpillAndClearRegisters(); in AllocateNode()508 if (node->properties().is_call()) SpillAndClearRegisters(); in AllocateControlNode()
182 constexpr bool is_call() const { return kIsCallBit::decode(bitfield_); } in is_call() function