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.h92 bool hasNoReturn() const { return SmVersion >= 30 && PTXVersion >= 64; } in hasNoReturn() function
H A DNVPTXUtilities.cpp384 if (!ST.hasNoReturn()) in shouldEmitPTXNoReturn()
/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DBranchProbabilityInfo.cpp763 auto hasNoReturn = [&](const BasicBlock *BB) { in getInitialEstimatedBlockWeight() local
781 return hasNoReturn(BB) in getInitialEstimatedBlockWeight()