Searched refs:doesNotThrow (Results 1 - 15 of 15) sorted by relevance

/freebsd-10.1-release/contrib/llvm/lib/Transforms/IPO/
H A DPruneEH.cpp92 SCCMightUnwind |= !F->doesNotThrow();
95 bool CheckUnwind = !SCCMightUnwind && !F->doesNotThrow();
116 if (CI->doesNotThrow()) {
177 if (II->doesNotThrow()) {
H A DFunctionAttrs.cpp87 if (!F.doesNotThrow()) {
535 if (F->onlyReadsMemory() && F->doesNotThrow() &&
/freebsd-10.1-release/contrib/llvm/lib/Analysis/
H A DCaptureTracking.cpp113 if (CS.onlyReadsMemory() && CS.doesNotThrow() && I->getType()->isVoidTy())
/freebsd-10.1-release/contrib/llvm/include/llvm/Support/
H A DCallSite.h240 bool doesNotThrow() const { function in class:llvm::CallSiteBase
241 CALLSITE_DELEGATE_GETTER(doesNotThrow());
/freebsd-10.1-release/contrib/llvm/include/llvm/IR/
H A DFunction.h265 bool doesNotThrow() const { function in class:llvm::Function
294 return hasUWTable() || !doesNotThrow();
H A DInstructions.h1331 bool doesNotThrow() const { return hasFnAttr(Attribute::NoUnwind); } function in class:llvm::CallInst
2968 bool doesNotThrow() const { return hasFnAttr(Attribute::NoUnwind); } function in class:llvm::InvokeInst
/freebsd-10.1-release/contrib/llvm/lib/Transforms/Utils/
H A DInlineFunction.cpp197 if (!CI || CI->doesNotThrow() || isa<InlineAsm>(CI->getCalledValue()))
521 bool MarkNoUnwind = CS.doesNotThrow();
H A DCodeExtractor.cpp349 if (oldFunction->doesNotThrow())
H A DLocal.cpp1220 } else if (II->doesNotThrow()) {
/freebsd-10.1-release/contrib/llvm/lib/Transforms/InstCombine/
H A DInstCombineCalls.cpp207 if (CI.getParent()->getParent()->doesNotThrow() &&
208 !CI.doesNotThrow()) {
959 if (isa<InlineAsm>(Callee) && !CS.doesNotThrow()) {
/freebsd-10.1-release/contrib/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfException.cpp211 MarkedNoUnwind = F->doesNotThrow();
/freebsd-10.1-release/contrib/llvm/lib/CodeGen/
H A DSjLjEHPrepare.cpp465 if (!CI->doesNotThrow())
/freebsd-10.1-release/contrib/llvm/lib/IR/
H A DInstruction.cpp461 return !CI->doesNotThrow();
/freebsd-10.1-release/contrib/llvm/tools/clang/lib/CodeGen/
H A DCodeGenFunction.cpp666 if (!Call->doesNotThrow())
772 if (!CurFn->doesNotThrow())
H A DCGObjCMac.cpp3659 if (CS.doesNotThrow()) continue;

Completed in 297 milliseconds