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

  /src/external/apache2/llvm/dist/llvm/lib/Transforms/Utils/
EscapeEnumerator.cpp 55 if (F.doesNotThrow())
64 if (!CI->doesNotThrow() && !CI->isMustTailCall())
InlineFunction.cpp 549 if (!CI || CI->doesNotThrow())
1793 bool MarkNoUnwind = CB.doesNotThrow();
2299 if (CalledFn && CalledFn->isIntrinsic() && I->doesNotThrow())
CodeExtractor.cpp 874 if (oldFunction->doesNotThrow())
BuildLibCalls.cpp 91 if (F.doesNotThrow())
Local.cpp 2320 } else if (II->doesNotThrow() && canSimplifyInvokeNoUnwind(&F)) {
  /src/external/apache2/llvm/dist/llvm/lib/Transforms/IPO/
PruneEH.cpp 87 SCCMightUnwind |= !F->doesNotThrow();
90 bool CheckUnwind = !SCCMightUnwind && !F->doesNotThrow();
188 if (II->doesNotThrow() && canSimplifyInvokeNoUnwind(F)) {
FunctionAttrs.cpp 714 if (F->onlyReadsMemory() && F->doesNotThrow() &&
1329 [](const Function &F) { return F.doesNotThrow(); },
AttributorAttributes.cpp 4154 if (F.onlyReadsMemory() && F.doesNotThrow() &&
4168 if (F.doesNotThrow() && F.getReturnType()->isVoidTy())
4173 if (F.doesNotThrow() && ArgNo >= 0) {
  /src/external/apache2/llvm/dist/llvm/lib/Target/WebAssembly/Utils/
WebAssemblyUtilities.cpp 71 if (F->doesNotThrow())
  /src/external/apache2/llvm/dist/llvm/lib/Analysis/
CaptureTracking.cpp 247 if (Call->onlyReadsMemory() && Call->doesNotThrow() &&
MustExecute.cpp 515 F.doesNotThrow();
593 if (!F.hasFnAttribute(Attribute::WillReturn) || !F.doesNotThrow()) {
  /src/external/apache2/llvm/dist/llvm/include/llvm/IR/
Function.h 608 bool doesNotThrow() const {
689 return hasUWTable() || !doesNotThrow() || hasPersonalityFn();
InstrTypes.h 1846 bool doesNotThrow() const { return hasFnAttr(Attribute::NoUnwind); }
  /src/external/apache2/llvm/dist/llvm/lib/CodeGen/AsmPrinter/
EHStreamer.cpp 184 MarkedNoUnwind = F->doesNotThrow();
  /src/external/apache2/llvm/dist/llvm/lib/IR/
Instruction.cpp 654 return !CI->doesNotThrow();
  /src/external/apache2/llvm/dist/llvm/lib/Target/WebAssembly/
WebAssemblyLowerEmscriptenEHSjLj.cpp 289 return !F->doesNotThrow();
WebAssemblyRegStackify.cpp 148 if (!F->doesNotThrow())
  /src/external/apache2/llvm/dist/llvm/lib/Target/X86/
X86WinEHState.cpp 623 return !Call.doesNotThrow();
  /src/external/apache2/llvm/dist/llvm/lib/CodeGen/
WinEHPrepare.cpp 975 if (CalledFn && ((CalledFn->isIntrinsic() && CB->doesNotThrow()) ||
  /src/external/apache2/llvm/dist/llvm/lib/Transforms/InstCombine/
InstCombineCalls.cpp 792 if (CI.getFunction()->doesNotThrow() && !CI.doesNotThrow()) {
2326 if (isa<InlineAsm>(Callee) && !Call.doesNotThrow()) {
  /src/external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/
MemCpyOptimizer.cpp 320 if (!Start->getFunction()->doesNotThrow() &&
  /src/external/apache2/llvm/dist/clang/lib/CodeGen/
CodeGenFunction.cpp 1395 if (!CurFn->doesNotThrow())
CGCall.cpp 4397 if (CalleeFn && CalleeFn->isIntrinsic() && CalleeFn->doesNotThrow())
CGObjCMac.cpp 4476 if (cast<llvm::CallBase>(I).doesNotThrow())
CGOpenMPRuntime.cpp 11937 if (Fn->doesNotThrow()) {

Completed in 98 milliseconds