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

  /src/external/apache2/llvm/dist/llvm/lib/Target/WebAssembly/Utils/
WebAssemblyUtilities.h 52 bool mayThrow(const MachineInstr &MI);
WebAssemblyUtilities.cpp 39 bool WebAssembly::mayThrow(const MachineInstr &MI) {
  /src/external/apache2/llvm/dist/llvm/lib/Transforms/IPO/
PruneEH.cpp 105 if (CheckUnwind && TI->mayThrow()) {
118 if (CheckUnwind && !SCCMightUnwind && I.mayThrow()) {
FunctionAttrs.cpp 1251 if (!I.mayThrow())
AttributorAttributes.cpp 754 if (!I.mayThrow())
  /src/external/apache2/llvm/dist/llvm/include/llvm/IR/
Instruction.h 604 bool mayThrow() const;
629 bool mayHaveSideEffects() const { return mayWriteToMemory() || mayThrow(); }
  /src/external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/
Sink.cpp 51 Inst->mayThrow())
MergedLoadStoreMotion.cpp 177 if (Inst.mayThrow())
DeadStoreElimination.cpp 820 if (DI->mayThrow() && !DefVisibleToCaller)
894 if (I.mayThrow() && !MA)
1520 if (UseInst->mayThrow() && !isInvisibleToCallerBeforeRet(DefUO)) {
1705 if (NI->mayThrow() && !isInvisibleToCallerBeforeRet(SILocUnd))
LoopVersioningLICM.cpp 359 if (I->mayThrow()) {
GVNHoist.cpp 623 if (BB->getTerminator()->mayThrow()) {
EarlyCSE.cpp 1440 if ((Inst.mayReadFromMemory() || Inst.mayThrow()) &&
LoopFuse.cpp 207 if (I.mayThrow()) {
MemCpyOptimizer.cpp 324 if (I.mayThrow())
LICM.cpp 1219 if (CI->mayThrow())
  /src/external/apache2/llvm/dist/llvm/lib/Transforms/Utils/
CodeMoverUtils.cpp 359 if (I->mayThrow())
  /src/external/apache2/llvm/dist/llvm/lib/Transforms/InstCombine/
InstCombineLoadStoreAlloca.cpp 1435 if (BBI->mayWriteToMemory() || BBI->mayReadFromMemory() || BBI->mayThrow())
1524 if (BBI->mayReadFromMemory() || BBI->mayThrow() ||
1533 if (I->mayReadFromMemory() || I->mayThrow() || I->mayWriteToMemory())
  /src/external/apache2/llvm/dist/llvm/lib/CodeGen/
SjLjEHPrepare.cpp 446 if (I.mayThrow())
  /src/external/apache2/llvm/dist/llvm/lib/Target/WebAssembly/
WebAssemblyCFGStackify.cpp 1130 !WebAssembly::mayThrow(MI))
1196 bool MayThrow = WebAssembly::mayThrow(MI);
1201 if (MBB.hasEHPadSuccessor() && MayThrow && !SeenThrowableInstInBB)
1211 else if (EHPadStack.empty() || !MayThrow) {
  /src/external/apache2/llvm/dist/llvm/lib/Transforms/Vectorize/
LoadStoreVectorizer.cpp 681 } else if (IsLoadChain && (I.mayWriteToMemory() || I.mayThrow())) {
685 } else if (!IsLoadChain && (I.mayReadOrWriteMemory() || I.mayThrow())) {
LoopVectorizationLegality.cpp 968 if (I.mayThrow())
  /src/external/apache2/llvm/dist/llvm/lib/IR/
Instruction.cpp 652 bool Instruction::mayThrow() const {
  /src/external/apache2/llvm/dist/clang/lib/CodeGen/
CodeGenFunction.cpp 1233 if (I.mayThrow())
  /src/external/apache2/llvm/dist/llvm/lib/Target/Hexagon/
HexagonVectorCombine.cpp 1417 if (I.mayThrow())
  /src/external/apache2/llvm/dist/llvm/lib/Analysis/
ValueTracking.cpp 5237 return !I->mayThrow() && I->willReturn();

Completed in 82 milliseconds