Searched defs:IsReturn (Results 1 - 4 of 4) sorted by relevance

/external/llvm/lib/CodeGen/
H A DAnalysis.cpp661 bool IsReturn = false; local
664 IsReturn |= MI.isReturn();
667 assert((!IsReturn || NumTerminators == 1) &&
672 if (IsReturn)
/external/llvm/lib/Target/AMDGPU/
H A DAMDILCFGStructurizer.cpp679 bool IsReturn = (MBB->succ_size() == 0); local
681 assert(IsReturn);
682 else if (IsReturn)
686 return IsReturn;
/external/v8/src/debug/
H A Ddebug.h83 inline bool IsReturn() const { return type_ == DEBUG_BREAK_SLOT_AT_RETURN; } function in class:v8::internal::BreakLocation
/external/v8/test/unittests/compiler/
H A Dnode-test-utils.cc1711 Matcher<Node*> IsReturn(const Matcher<Node*>& value_matcher, function in namespace:v8::internal::compiler

Completed in 106 milliseconds