Home
last modified time | relevance | path

Searched defs:EHPad (Results 1 – 11 of 11) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/WebAssembly/
DWebAssemblyLateEHPrepare.cpp65 MachineBasicBlock *EHPad = nullptr; in getMatchingEHPad() local
167 auto *EHPad = getMatchingEHPad(TI); in replaceFuncletReturns() local
271 MachineBasicBlock *EHPad = getMatchingEHPad(Extract); in addExceptionExtraction() local
DWebAssemblyExceptionInfo.cpp51 MachineBasicBlock *EHPad = DomNode->getBlock(); in recalculate() local
103 MachineBasicBlock *EHPad = WE->getEHPad(); in discoverAndMapException() local
DWebAssemblyExceptionInfo.h43 MachineBasicBlock *EHPad = nullptr; variable
51 WebAssemblyException(MachineBasicBlock *EHPad) : EHPad(EHPad) {} in WebAssemblyException()
DWebAssemblyCFGStackify.cpp186 MachineBasicBlock *EHPad) { in registerTryScope()
198 MachineBasicBlock *EHPad = TryToEHPad.lookup(Begin); in unregisterScope() local
1006 MachineBasicBlock *EHPad = P.first; in fixUnwindMismatches() local
1121 MachineBasicBlock *EHPad = nullptr; in fixUnwindMismatches() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DWinEHPrepare.cpp417 static bool isTopLevelPadForMSVC(const Instruction *EHPad) { in isTopLevelPadForMSVC()
1076 Instruction *EHPad = PHIBlock->getFirstNonPHI(); in insertPHILoads() local
DSplitKit.cpp116 if (none_of(EHPadSuccessors, [&](const MachineBasicBlock *EHPad) { in computeLastInsertPoint()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/ObjCARC/
DObjCARCContract.cpp329 Instruction *EHPad = CV.front()->getFirstNonPHI(); in createCallInst() local
DObjCARCOpts.cpp772 Instruction *EHPad = CV.front()->getFirstNonPHI(); in CloneCallInstForBB() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/
DInlineFunction.cpp218 static Value *getParentPad(Value *EHPad) { in getParentPad()
228 static Value *getUnwindDestTokenHelper(Instruction *EHPad, in getUnwindDestTokenHelper()
379 static Value *getUnwindDestToken(Instruction *EHPad, in getUnwindDestToken()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/
DLICM.cpp1389 Instruction *EHPad = BBColor->getFirstNonPHI(); in CloneInstructionInExitBlock() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/IR/
DVerifier.cpp3609 static Value *getParentPad(Value *EHPad) { in getParentPad()