Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Target/WebAssembly/
H A DWebAssemblyExceptionInfo.cpp84 MachineBasicBlock *EHPad = DomNode->getBlock(); in recalculate() local
127 MachineBasicBlock *EHPad = DomNode->getBlock(); in recalculate() local
166 MachineBasicBlock *EHPad = DomNode->getBlock(); in recalculate() local
287 MachineBasicBlock *EHPad = WE->getEHPad(); in discoverAndMapException() local
H A DWebAssemblyCFGStackify.cpp229 MachineBasicBlock *EHPad) { in registerTryScope()
241 MachineBasicBlock *EHPad = TryToEHPad.lookup(Begin); in unregisterScope() local
1238 MachineBasicBlock *EHPad = nullptr; in fixCallUnwindMismatches() local
1306 auto *EHPad = &MBB; in fixCatchUnwindMismatches() local
1356 MachineBasicBlock *EHPad = P.first; in fixCatchUnwindMismatches() local
1498 auto *EHPad = TryToEHPad.lookup(EndToBegin[&MI]); in fixEndsAtEndOfFunction() local
1640 auto *EHPad = TryToEHPad[EndToBegin[End]]; in getRethrowDepth() local
1678 auto *EHPad = TryToEHPad[EndToBegin[&MI]]; in rewriteDepthImmediates() local
H A DWebAssemblyExceptionInfo.h42 MachineBasicBlock *EHPad = nullptr; variable
50 WebAssemblyException(MachineBasicBlock *EHPad) : EHPad(EHPad) {} in WebAssemblyException()
H A DWebAssemblyLateEHPrepare.cpp73 MachineBasicBlock *EHPad = nullptr; in getMatchingEHPad() local
184 MachineBasicBlock *EHPad = getMatchingEHPad(Catch); in hoistCatches() local
/openbsd-src/gnu/llvm/llvm/lib/CodeGen/
H A DFixupStatepointCallerSaved.cpp240 void reset(const MachineBasicBlock *EHPad) { in reset()
251 int getFrameIndex(Register Reg, MachineBasicBlock *EHPad) { in getFrameIndex()
318 MachineBasicBlock *EHPad; member in __anoneca90bc80211::StatepointState
H A DWinEHPrepare.cpp439 static bool isTopLevelPadForMSVC(const Instruction *EHPad) { in isTopLevelPadForMSVC()
1085 Instruction *EHPad = PHIBlock->getFirstNonPHI(); in insertPHILoads() local
H A DSplitKit.cpp109 if (none_of(ExceptionalSuccessors, [&](const MachineBasicBlock *EHPad) { in computeLastInsertPoint()
/openbsd-src/gnu/llvm/llvm/lib/Transforms/ObjCARC/
H A DObjCARC.cpp35 Instruction *EHPad = CV.front()->getFirstNonPHI(); in createCallInstWithColors() local
H A DObjCARCOpts.cpp587 if (auto *EHPad = dyn_cast<FuncletPadInst>(EHPadBB->getFirstNonPHI())) { in addOpBundleForFunclet() local
/openbsd-src/gnu/llvm/llvm/lib/Target/WebAssembly/Utils/
H A DWebAssemblyUtilities.cpp170 MachineInstr *WebAssembly::findCatch(MachineBasicBlock *EHPad) { in findCatch()
/openbsd-src/gnu/llvm/llvm/lib/Transforms/Utils/
H A DInlineFunction.cpp237 static Value *getParentPad(Value *EHPad) { in getParentPad()
247 static Value *getUnwindDestTokenHelper(Instruction *EHPad, in getUnwindDestTokenHelper()
398 static Value *getUnwindDestToken(Instruction *EHPad, in getUnwindDestToken()
/openbsd-src/gnu/llvm/clang/lib/CodeGen/
H A DCGCoroutine.cpp386 if (llvm::Instruction *EHPad = CGF.CurrentFuncletPad) in getBundlesForCoroEnd() local
/openbsd-src/gnu/llvm/llvm/lib/Transforms/Scalar/
H A DLICM.cpp1427 Instruction *EHPad = BBColor->getFirstNonPHI(); in cloneInstructionInExitBlock() local
/openbsd-src/gnu/llvm/llvm/lib/Transforms/Instrumentation/
H A DPGOInstrumentation.cpp841 Instruction *EHPad = CV.front()->getFirstNonPHI(); in populateEHOperandBundle() local
/openbsd-src/gnu/llvm/llvm/lib/IR/
H A DVerifier.cpp4064 static Value *getParentPad(Value *EHPad) { in getParentPad()