Searched refs:mayThrow (Results 1 - 24 of 24) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/WebAssembly/
H A DWebAssemblyUtilities.h27 bool mayThrow(const MachineInstr &MI);
H A DWebAssemblyUtilities.cpp39 bool WebAssembly::mayThrow(const MachineInstr &MI) { function in class:WebAssembly
H A DWebAssemblyCFGStackify.cpp884 !WebAssembly::mayThrow(MI))
937 if (EHPadStack.empty() || !WebAssembly::mayThrow(MI))
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DPruneEH.cpp111 if (CheckUnwind && TI->mayThrow()) {
124 if (CheckUnwind && !SCCMightUnwind && I.mayThrow()) {
H A DFunctionAttrs.cpp1234 if (!I.mayThrow())
H A DAttributor.cpp877 if (!I.mayThrow())
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DCodeMoverUtils.cpp145 if (I->mayThrow())
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/IR/
H A DInstruction.h557 bool mayThrow() const;
582 bool mayHaveSideEffects() const { return mayWriteToMemory() || mayThrow(); }
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DSink.cpp76 Inst->mayThrow())
H A DLoopVersioningLICM.cpp346 if (I->mayThrow()) {
H A DMergedLoadStoreMotion.cpp177 if (Inst.mayThrow())
H A DMemCpyOptimizer.cpp633 if (I->mayThrow() && !CpyDestIsLocal) {
772 if (C->mayThrow())
H A DGVNHoist.cpp357 if (BB->getTerminator()->mayThrow()) {
H A DLoopFuse.cpp185 if (I.mayThrow()) {
H A DDeadStoreElimination.cpp1114 if (Inst->mayThrow()) {
H A DEarlyCSE.cpp1157 if ((Inst->mayReadFromMemory() || Inst->mayThrow()) &&
H A DLICM.cpp1140 if (CI->mayThrow())
H A DIndVarSimplify.cpp2958 if (I.mayHaveSideEffects() || I.mayThrow())
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineLoadStoreAlloca.cpp1472 if (BBI->mayWriteToMemory() || BBI->mayReadFromMemory() || BBI->mayThrow())
1577 if (BBI->mayReadFromMemory() || BBI->mayThrow() ||
1586 if (I->mayReadFromMemory() || I->mayThrow() || I->mayWriteToMemory())
/freebsd-11-stable/contrib/llvm-project/llvm/lib/CodeGen/
H A DSjLjEHPrepare.cpp437 if (I.mayThrow())
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DLoadStoreVectorizer.cpp629 } else if (IsLoadChain && (I.mayWriteToMemory() || I.mayThrow())) {
633 } else if (!IsLoadChain && (I.mayReadOrWriteMemory() || I.mayThrow())) {
H A DLoopVectorizationLegality.cpp927 if (I.mayThrow())
/freebsd-11-stable/contrib/llvm-project/llvm/lib/IR/
H A DInstruction.cpp593 bool Instruction::mayThrow() const { function in class:Instruction
/freebsd-11-stable/contrib/llvm-project/clang/lib/CodeGen/
H A DCodeGenFunction.cpp1183 if (I.mayThrow())

Completed in 331 milliseconds