Searched defs:IsReturn (Results 1 – 10 of 10) sorted by relevance
40 TEST_F(ReturnStatementTest, IsReturn) { in TEST_F() argument
204 bool IsReturn = MI.isReturn(); in processBasicBlock() local
207 bool IsReturn() const { return ctail()->IsReturn(); } in IsReturn() function
504 bool IsReturn() const { return spvOpcodeIsReturn(opcode()); } in IsReturn() function
488 bool IsReturn() const { return spvOpcodeIsReturn(opcode()); } in IsReturn() function
74 bool IsReturn() const { return type_ == DEBUG_BREAK_SLOT_AT_RETURN; } in IsReturn() function
645 bool IsReturn = (MBB->succ_size() == 0); in isReturnBlock() local