Home
last modified time | relevance | path

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

/external/llvm/lib/CodeGen/
DAnalysis.cpp661 bool IsReturn = false; in collectFuncletMembers() local
/external/v8/src/debug/
Ddebug.h83 inline bool IsReturn() const { return type_ == DEBUG_BREAK_SLOT_AT_RETURN; } in IsReturn() function
/external/llvm/lib/Target/AMDGPU/
DAMDILCFGStructurizer.cpp679 bool IsReturn = (MBB->succ_size() == 0); in isReturnBlock() local
/external/v8/test/unittests/compiler/
Dnode-test-utils.cc1711 Matcher<Node*> IsReturn(const Matcher<Node*>& value_matcher, in IsReturn() function