Searched refs:hasNoReturn (Results 1 – 3 of 3) sorted by relevance
87 bool hasNoReturn() const { return SmVersion >= 30 && PTXVersion >= 64; }82 bool hasNoReturn() const { return SmVersion >= 30 && PTXVersion >= 64; } hasNoReturn() function
395 if (!ST.hasNoReturn()) in shouldEmitPTXNoReturn()
768 auto hasNoReturn = [&](const BasicBlock *BB) { in getInitialEstimatedBlockWeight() local786 return hasNoReturn(BB) in getInitialEstimatedBlockWeight()