Home
last modified time | relevance | path

Searched refs:doesNotReturn (Results 1 – 16 of 16) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/IPO/
DPruneEH.cpp94 SCCMightReturn |= !F->doesNotReturn(); in runImpl()
97 bool CheckReturn = !SCCMightReturn && !F->doesNotReturn(); in runImpl()
207 if (CI->doesNotReturn() && !CI->isMustTailCall() && in SimplifyFunction()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/
DFastISel.h111 DoesNotReturn = Call.doesNotReturn(); in setCallee()
135 DoesNotReturn = Call.doesNotReturn();
DTargetLowering.h3525 Call.doesNotReturn() || in setCallee()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/
DCallSite.h510 bool doesNotReturn() const { in doesNotReturn() function
511 CALLSITE_DELEGATE_GETTER(doesNotReturn()); in doesNotReturn()
DFunction.h533 bool doesNotReturn() const { in doesNotReturn() function
DInstrTypes.h1710 bool doesNotReturn() const { return hasFnAttr(Attribute::NoReturn); }
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/IR/
DFunction.h358 bool doesNotReturn() const { in doesNotReturn() function
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/
DHexagonInstrInfo.h414 bool doesNotReturn(const MachineInstr &CallMI) const;
DHexagonHardwareLoops.cpp994 return !TII->doesNotReturn(*MI); in isInvalidLoopOperation()
DHexagonInstrInfo.cpp1697 if (doesNotReturn(MI)) in isSchedulingBoundary()
2977 bool HexagonInstrInfo::doesNotReturn(const MachineInstr &CallMI) const { in doesNotReturn() function in HexagonInstrInfo
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/
DCodeExtractor.cpp1594 bool doesNotReturn = none_of(*newFunction, [](const BasicBlock &BB) { in extractCodeRegion() local
1598 if (doesNotReturn) in extractCodeRegion()
DLocal.cpp2085 if (CI->doesNotReturn() && !CI->isMustTailCall()) { in markAliveBlocks()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
DLint.cpp404 Assert(!F->doesNotReturn(), in visitReturnInst()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/WebAssembly/
DWebAssemblyLowerEmscriptenEHSjLj.cpp381 if (CI->doesNotReturn()) { in wrapInvoke()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Instrumentation/
DAddressSanitizer.cpp2691 if (CS.doesNotReturn() && !CS->hasMetadata("nosanitize")) in instrumentFunction()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/SelectionDAG/
DSelectionDAGBuilder.cpp2983 if (Call->doesNotReturn()) in visitUnreachable()