| /freebsd-14.2/contrib/llvm-project/llvm/lib/Target/NVPTX/ |
| H A D | NVPTXLowerUnreachable.cpp | 123 return Call && Call->doesNotReturn(); in isLoweredToTrap()
|
| H A D | NVPTXUtilities.cpp | 346 return CallI->doesNotReturn() && in shouldEmitPTXNoReturn() 350 return F->doesNotReturn() && in shouldEmitPTXNoReturn()
|
| /freebsd-14.2/contrib/llvm-project/llvm/include/llvm/CodeGen/ |
| H A D | FastISel.h | 111 DoesNotReturn = Call.doesNotReturn(); in setCallee() 135 DoesNotReturn = Call.doesNotReturn();
|
| H A D | TargetLowering.h | 4452 Call.doesNotReturn() || in setCallee()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/ |
| H A D | SanitizerBinaryMetadata.cpp | 307 return F && (F->isIntrinsic() || F->doesNotReturn() || in isUARSafeCall()
|
| H A D | AddressSanitizer.cpp | 2938 if (CB->doesNotReturn()) in instrumentFunction()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Target/Hexagon/ |
| H A D | HexagonInstrInfo.h | 423 bool doesNotReturn(const MachineInstr &CallMI) const;
|
| H A D | HexagonHardwareLoops.cpp | 1002 return !TII->doesNotReturn(*MI); in isInvalidLoopOperation()
|
| H A D | HexagonInstrInfo.cpp | 1807 if (doesNotReturn(MI)) in isSchedulingBoundary() 3081 bool HexagonInstrInfo::doesNotReturn(const MachineInstr &CallMI) const { in doesNotReturn() function in HexagonInstrInfo
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/ |
| H A D | StackProtector.cpp | 573 if (CB->doesNotReturn() && !CB->doesNotThrow()) { in InsertStackProtectors()
|
| /freebsd-14.2/contrib/llvm-project/llvm/include/llvm/IR/ |
| H A D | Function.h | 557 bool doesNotReturn() const { in doesNotReturn() function
|
| H A D | InstrTypes.h | 1988 bool doesNotReturn() const { return hasFnAttr(Attribute::NoReturn); }
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Analysis/ |
| H A D | Lint.cpp | 385 Check(!F->doesNotReturn(), in visitReturnInst()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Utils/ |
| H A D | CodeExtractor.cpp | 1884 bool doesNotReturn = none_of(*newFunction, [](const BasicBlock &BB) { in extractCodeRegion() local 1888 if (doesNotReturn) in extractCodeRegion()
|
| H A D | Local.cpp | 2983 if (CI->doesNotReturn() && !CI->isMustTailCall()) { in markAliveBlocks() 3025 if (II->doesNotReturn() && in markAliveBlocks()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/IPO/ |
| H A D | FunctionAttrs.cpp | 1732 F->doesNotReturn()) in addNoReturnAttrs()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/ |
| H A D | IRTranslator.cpp | 2945 if (Call->doesNotReturn()) in translateUnreachable()
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/CodeGen/ |
| H A D | CGCall.cpp | 5701 if (CI->doesNotReturn()) { in EmitCall()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/IR/ |
| H A D | Verifier.cpp | 6615 (Call.doesNotReturn() && FTy->getReturnType()->isVoidTy())), in verifyAttachedCallBundle()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/ |
| H A D | SelectionDAGBuilder.cpp | 3354 if (Call->doesNotReturn()) in visitUnreachable()
|