Searched refs:getHasReturn (Results 1 – 2 of 2) sorted by relevance
/external/swiftshader/third_party/subzero/src/ | ||
D | IceCfgNode.h | 61 bool getHasReturn() const { return HasReturn; } in getHasReturn() function |
D | IceCfg.cpp | 1436 if (Node->getHasReturn()) in genFrame() |