Searched defs:IsReturn (Results 1 – 4 of 4) sorted by relevance
661 bool IsReturn = false; in collectFuncletMembers() local
83 inline bool IsReturn() const { return type_ == DEBUG_BREAK_SLOT_AT_RETURN; } in IsReturn() function
679 bool IsReturn = (MBB->succ_size() == 0); in isReturnBlock() local
1711 Matcher<Node*> IsReturn(const Matcher<Node*>& value_matcher, in IsReturn() function