Home
last modified time | relevance | path

Searched refs:hasNoReturn (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Target/NVPTX/
H A DNVPTXSubtarget.h87 bool hasNoReturn() const { return SmVersion >= 30 && PTXVersion >= 64; }
82 bool hasNoReturn() const { return SmVersion >= 30 && PTXVersion >= 64; } hasNoReturn() function
H A DNVPTXUtilities.cpp395 if (!ST.hasNoReturn()) in shouldEmitPTXNoReturn()
/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DBranchProbabilityInfo.cpp768 auto hasNoReturn = [&](const BasicBlock *BB) { in getInitialEstimatedBlockWeight() local
786 return hasNoReturn(BB) in getInitialEstimatedBlockWeight()