HomeSort by: relevance | last modified time | path
    Searched refs:doesNotReturn (Results 1 - 16 of 16) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/lib/Transforms/IPO/
PruneEH.cpp 88 SCCMightReturn |= !F->doesNotReturn();
91 bool CheckReturn = !SCCMightReturn && !F->doesNotReturn();
202 if (CI->doesNotReturn() && !CI->isMustTailCall() &&
FunctionAttrs.cpp 1420 F->doesNotReturn())
  /src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
FastISel.h 75 bool DoesNotReturn : 1;
101 DoesNotReturn(false), IsReturnValueUsed(true), IsPatchPoint(false) {}
110 DoesNotReturn = Call.doesNotReturn();
134 DoesNotReturn = Call.doesNotReturn();
TargetLowering.h 3708 bool DoesNotReturn : 1;
3736 DoesNotReturn(false), IsReturnValueUsed(true), IsConvergent(false),
3780 DoesNotReturn =
3781 Call.doesNotReturn() ||
3806 DoesNotReturn = Value;
3867 bool DoesNotReturn : 1;
3873 : IsSExt(false), DoesNotReturn(false), IsReturnValueUsed(true),
3882 DoesNotReturn = Value;
  /src/external/apache2/llvm/dist/llvm/lib/Target/Hexagon/
HexagonInstrInfo.h 417 bool doesNotReturn(const MachineInstr &CallMI) const;
HexagonHardwareLoops.cpp 994 return !TII->doesNotReturn(*MI);
HexagonInstrInfo.cpp 1721 if (doesNotReturn(MI))
3011 bool HexagonInstrInfo::doesNotReturn(const MachineInstr &CallMI) const {
  /src/external/apache2/llvm/dist/llvm/include/llvm/IR/
Function.h 597 bool doesNotReturn() const {
InstrTypes.h 1837 bool doesNotReturn() const { return hasFnAttr(Attribute::NoReturn); }
  /src/external/apache2/llvm/dist/llvm/lib/Transforms/Utils/
CodeExtractor.cpp 1762 bool doesNotReturn = none_of(*newFunction, [](const BasicBlock &BB) {
1766 if (doesNotReturn)
Local.cpp 2279 if (CI->doesNotReturn() && !CI->isMustTailCall()) {
  /src/external/apache2/llvm/dist/llvm/lib/Analysis/
Lint.cpp 378 Assert(!F->doesNotReturn(),
  /src/external/apache2/llvm/dist/llvm/lib/Target/WebAssembly/
WebAssemblyLowerEmscriptenEHSjLj.cpp 411 if (CI->doesNotReturn()) {
  /src/external/apache2/llvm/dist/llvm/lib/Transforms/Instrumentation/
AddressSanitizer.cpp 2864 if (CB->doesNotReturn() && !CB->hasMetadata("nosanitize"))
  /src/external/apache2/llvm/dist/clang/lib/CodeGen/
CGCall.cpp 5307 if (CI->doesNotReturn()) {
  /src/external/apache2/llvm/dist/llvm/lib/CodeGen/SelectionDAG/
SelectionDAGBuilder.cpp 2730 // Passing 'true' for doesNotReturn above won't generate the trap for us.
3085 if (Call->doesNotReturn())

Completed in 105 milliseconds