/freebsd/contrib/llvm-project/llvm/lib/Target/WebAssembly/ |
H A D | WebAssemblyExceptionInfo.cpp | 85 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
|
H A D | WebAssemblyCFGStackify.cpp | 228 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
|
H A D | WebAssemblyExceptionInfo.h | 42 MachineBasicBlock *EHPad = nullptr; global() variable 50 WebAssemblyException(MachineBasicBlock * EHPad) WebAssemblyException() argument
|
H A D | WebAssemblyLateEHPrepare.cpp | 73 MachineBasicBlock *EHPad = nullptr; in getMatchingEHPad() local 184 MachineBasicBlock *EHPad = getMatchingEHPad(Catch); in hoistCatches() local
|
H A D | WebAssemblyUtilities.cpp | 149 MachineInstr *WebAssembly::findCatch(MachineBasicBlock *EHPad) { in findCatch()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/WebAssembly/Utils/ |
H A D | WebAssemblyUtilities.cpp |
|
/freebsd/contrib/llvm-project/llvm/lib/Transforms/ObjCARC/ |
H A D | ObjCARC.cpp | 35 Instruction *EHPad = CV.front()->getFirstNonPHI(); in createCallInstWithColors() local
|
H A D | ObjCARCOpts.cpp | 587 if (auto *EHPad = dyn_cast<FuncletPadInst>(EHPadBB->getFirstNonPHI())) { in addOpBundleForFunclet() local
|
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/ |
H A D | FixupStatepointCallerSaved.cpp | 240 void reset(const MachineBasicBlock *EHPad) { in reset() 251 int getFrameIndex(Register Reg, MachineBasicBlock *EHPad) { in getFrameIndex() 318 MachineBasicBlock *EHPad; member in __anon2f435cf10211::StatepointState
|
H A D | WinEHPrepare.cpp | 576 static bool isTopLevelPadForMSVC(const Instruction *EHPad) { in isTopLevelPadForMSVC() 1231 Instruction *EHPad = PHIBlock->getFirstNonPHI(); in insertPHILoads() local
|
H A D | SplitKit.cpp | 114 if (none_of(ExceptionalSuccessors, [&](const MachineBasicBlock *EHPad) { in computeLastInsertPoint()
|
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/ |
H A D | InlineFunction.cpp | 238 static Value *getParentPad(Value *EHPad) { in getParentPad() 248 static Value *getUnwindDestTokenHelper(Instruction *EHPad, in getUnwindDestTokenHelper() 399 static Value *getUnwindDestToken(Instruction *EHPad, in getUnwindDestToken()
|
/freebsd/contrib/llvm-project/clang/lib/CodeGen/ |
H A D | CGCoroutine.cpp | 560 if (llvm::Instruction *EHPad = CGF.CurrentFuncletPad) in getBundlesForCoroEnd() local
|
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/ |
H A D | PGOInstrumentation.cpp | 862 Instruction *EHPad = CV.front()->getFirstNonPHI(); in populateEHOperandBundle() local
|
H A D | AddressSanitizer.cpp | 688 Instruction *EHPad = Color->getFirstNonPHI(); in ~RuntimeCallInserter() local
|
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/ |
H A D | LICM.cpp | 1450 Instruction *EHPad = BBColor->getFirstNonPHI(); in cloneInstructionInExitBlock() local
|
/freebsd/contrib/llvm-project/llvm/lib/IR/ |
H A D | Verifier.cpp | 4368 static Value *getParentPad(Value *EHPad) { in getParentPad()
|