Home
last modified time | relevance | path

Searched refs:mayThrow (Results 1 – 25 of 33) sorted by relevance

12

/external/swiftshader/third_party/LLVM/include/llvm/
DInstruction.h235 bool mayThrow() const;
244 return mayWriteToMemory() || mayThrow(); in mayHaveSideEffects()
/external/llvm/lib/Transforms/IPO/
DPruneEH.cpp115 if (CheckUnwind && TI->mayThrow()) { in runImpl()
128 if (CheckUnwind && !SCCMightUnwind && I.mayThrow()) { in runImpl()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/IPO/
DPruneEH.cpp111 if (CheckUnwind && TI->mayThrow()) { in runImpl()
124 if (CheckUnwind && !SCCMightUnwind && I.mayThrow()) { in runImpl()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/WebAssembly/
DWebAssemblyUtilities.h37 bool mayThrow(const MachineInstr &MI);
DWebAssemblyUtilities.cpp183 bool WebAssembly::mayThrow(const MachineInstr &MI) { in mayThrow() function in WebAssembly
/external/swiftshader/third_party/llvm-subzero/include/llvm/IR/
DInstruction.h425 bool mayThrow() const;
450 bool mayHaveSideEffects() const { return mayWriteToMemory() || mayThrow(); } in mayHaveSideEffects()
/external/llvm/include/llvm/IR/
DInstruction.h400 bool mayThrow() const;
408 bool mayHaveSideEffects() const { return mayWriteToMemory() || mayThrow(); }
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/IR/
DInstruction.h516 bool mayThrow() const;
541 bool mayHaveSideEffects() const { return mayWriteToMemory() || mayThrow(); }
/external/llvm/lib/Transforms/Scalar/
DSink.cpp76 Inst->mayThrow()) in isSafeToMove()
DLoadCombine.cpp251 if (I.mayThrow() || (I.mayWriteToMemory() && AST.containsUnknown(&I))) { in runOnBasicBlock()
DLoopVersioningLICM.cpp335 if (I->mayThrow()) { in instructionSafeForVersioning()
DMergedLoadStoreMotion.cpp368 if (Inst.mayThrow()) in isStoreSinkBarrierInRange()
DMemCpyOptimizer.cpp681 if (I->mayThrow() && !CpyDestIsLocal) { in processStore()
822 if (C->mayThrow()) in performCallSlotOptzn()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Scalar/
DSink.cpp76 Inst->mayThrow()) in isSafeToMove()
DMergedLoadStoreMotion.cpp171 if (Inst.mayThrow()) in isStoreSinkBarrierInRange()
DLoopVersioningLICM.cpp368 if (I->mayThrow()) { in instructionSafeForVersioning()
DMemCpyOptimizer.cpp721 if (I->mayThrow() && !CpyDestIsLocal) { in processStore()
861 if (C->mayThrow()) in performCallSlotOptzn()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/InstCombine/
DInstCombineLoadStoreAlloca.cpp1480 if (BBI->mayWriteToMemory() || BBI->mayReadFromMemory() || BBI->mayThrow()) in visitStoreInst()
1604 if (BBI->mayReadFromMemory() || BBI->mayThrow() || in SimplifyStoreAtEndOfBlock()
1614 if (I->mayReadFromMemory() || I->mayThrow() || I->mayWriteToMemory()) in SimplifyStoreAtEndOfBlock()
/external/swiftshader/third_party/LLVM/lib/VMCore/
DInstruction.cpp355 bool Instruction::mayThrow() const { in mayThrow() function in Instruction
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/
DSjLjEHPrepare.cpp435 if (I.mayThrow()) in setupEntryBlockAndCallSites()
/external/llvm/lib/CodeGen/
DSjLjEHPrepare.cpp425 if (I.mayThrow()) in setupEntryBlockAndCallSites()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Vectorize/
DLoadStoreVectorizer.cpp596 } else if (IsLoadChain && (I.mayWriteToMemory() || I.mayThrow())) { in getVectorizablePrefix()
600 } else if (!IsLoadChain && (I.mayReadOrWriteMemory() || I.mayThrow())) { in getVectorizablePrefix()
DLoopVectorizationLegality.cpp834 if (I.mayThrow()) in blockCanBePredicated()
/external/llvm/lib/IR/
DInstruction.cpp538 bool Instruction::mayThrow() const { in mayThrow() function in Instruction
/external/swiftshader/third_party/llvm-7.0/llvm/lib/IR/
DInstruction.cpp583 bool Instruction::mayThrow() const { in mayThrow() function in Instruction

12