Home
last modified time | relevance | path

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

/freebsd-head/contrib/llvm-project/llvm/lib/Target/WebAssembly/
HDWebAssemblyExceptionInfo.cpp85 MachineBasicBlock *EHPad = DomNode->getBlock(); in recalculate() local
129 MachineBasicBlock *EHPad = DomNode->getBlock(); in recalculate() local
168 MachineBasicBlock *EHPad = DomNode->getBlock(); in recalculate() local
290 MachineBasicBlock *EHPad = WE->getEHPad(); in discoverAndMapException() local
HDWebAssemblyCFGStackify.cpp228 MachineBasicBlock *EHPad) { in registerTryScope()
240 MachineBasicBlock *EHPad = TryToEHPad.lookup(Begin); in unregisterScope() local
1237 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
1619 auto *EHPad = TryToEHPad[EndToBegin[End]]; in getRethrowDepth() local
HDWebAssemblyExceptionInfo.h43 MachineBasicBlock *EHPad = nullptr; variable
51 WebAssemblyException(MachineBasicBlock *EHPad) : EHPad(EHPad) {} in WebAssemblyException()
HDWebAssemblyLateEHPrepare.cpp73 MachineBasicBlock *EHPad = nullptr; in getMatchingEHPad() local
184 MachineBasicBlock *EHPad = getMatchingEHPad(Catch); in hoistCatches() local
HDWebAssemblyUtilities.cpp149 MachineInstr *WebAssembly::findCatch(MachineBasicBlock *EHPad) { in findCatch()
/freebsd-head/contrib/llvm-project/llvm/lib/Transforms/ObjCARC/
HDObjCARC.cpp35 Instruction *EHPad = CV.front()->getFirstNonPHI(); in createCallInstWithColors() local
HDObjCARCOpts.cpp587 if (auto *EHPad = dyn_cast<FuncletPadInst>(EHPadBB->getFirstNonPHI())) { in addOpBundleForFunclet() local
/freebsd-head/contrib/llvm-project/llvm/lib/CodeGen/
HDFixupStatepointCallerSaved.cpp240 void reset(const MachineBasicBlock *EHPad) { in reset()
251 int getFrameIndex(Register Reg, MachineBasicBlock *EHPad) { in getFrameIndex()
318 MachineBasicBlock *EHPad; member in __anond3b260300211::StatepointState
HDWinEHPrepare.cpp576 static bool isTopLevelPadForMSVC(const Instruction *EHPad) { in isTopLevelPadForMSVC()
1231 Instruction *EHPad = PHIBlock->getFirstNonPHI(); in insertPHILoads() local
HDSplitKit.cpp114 if (none_of(ExceptionalSuccessors, [&](const MachineBasicBlock *EHPad) { in computeLastInsertPoint()
/freebsd-head/contrib/llvm-project/llvm/lib/Transforms/Utils/
HDInlineFunction.cpp238 static Value *getParentPad(Value *EHPad) { in getParentPad()
248 static Value *getUnwindDestTokenHelper(Instruction *EHPad, in getUnwindDestTokenHelper()
399 static Value *getUnwindDestToken(Instruction *EHPad, in getUnwindDestToken()
/freebsd-head/contrib/llvm-project/clang/lib/CodeGen/
HDCGCoroutine.cpp560 if (llvm::Instruction *EHPad = CGF.CurrentFuncletPad) in getBundlesForCoroEnd() local
/freebsd-head/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
HDPGOInstrumentation.cpp862 Instruction *EHPad = CV.front()->getFirstNonPHI(); in populateEHOperandBundle() local
HDAddressSanitizer.cpp688 Instruction *EHPad = Color->getFirstNonPHI(); in ~RuntimeCallInserter() local
/freebsd-head/contrib/llvm-project/llvm/lib/Transforms/Scalar/
HDLICM.cpp1450 Instruction *EHPad = BBColor->getFirstNonPHI(); in cloneInstructionInExitBlock() local
/freebsd-head/contrib/llvm-project/llvm/lib/IR/
HDVerifier.cpp4368 static Value *getParentPad(Value *EHPad) { in getParentPad()