/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/WebAssembly/ |
H A D | WebAssemblyExceptionInfo.cpp | 83 MachineBasicBlock *EHPad = DomNode->getBlock(); in recalculate() local 126 MachineBasicBlock *EHPad = DomNode->getBlock(); in recalculate() local 165 MachineBasicBlock *EHPad = DomNode->getBlock(); in recalculate() local 286 MachineBasicBlock *EHPad = WE->getEHPad(); in discoverAndMapException() local
|
H A D | WebAssemblyCFGStackify.cpp | 229 MachineBasicBlock *EHPad) { in registerTryScope() 241 MachineBasicBlock *EHPad = TryToEHPad.lookup(Begin); in unregisterScope() local 1257 MachineBasicBlock *EHPad = nullptr; in fixCallUnwindMismatches() local 1325 auto *EHPad = &MBB; in fixCatchUnwindMismatches() local 1375 MachineBasicBlock *EHPad = P.first; in fixCatchUnwindMismatches() local 1517 auto *EHPad = TryToEHPad.lookup(EndToBegin[&MI]); in fixEndsAtEndOfFunction() local 1659 auto *EHPad = TryToEHPad[EndToBegin[End]]; in getRethrowDepth() local 1698 auto *EHPad = TryToEHPad[EndToBegin[&MI]]; in rewriteDepthImmediates() local
|
H A D | WebAssemblyExceptionInfo.h | 43 MachineBasicBlock *EHPad = nullptr; variable 51 WebAssemblyException(MachineBasicBlock *EHPad) : EHPad(EHPad) {} in WebAssemblyException()
|
H A D | WebAssemblyLateEHPrepare.cpp | 72 MachineBasicBlock *EHPad = nullptr; in getMatchingEHPad() local 184 MachineBasicBlock *EHPad = getMatchingEHPad(Catch); in hoistCatches() local
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/WebAssembly/Utils/ |
H A D | WebAssemblyUtilities.cpp | 120 MachineInstr *WebAssembly::findCatch(MachineBasicBlock *EHPad) { in findCatch()
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/ |
H A D | FixupStatepointCallerSaved.cpp | 239 void reset(const MachineBasicBlock *EHPad) { in reset() 250 int getFrameIndex(Register Reg, MachineBasicBlock *EHPad) { in getFrameIndex() 317 MachineBasicBlock *EHPad; member in __anona19089fc0211::StatepointState
|
H A D | WinEHPrepare.cpp | 439 static bool isTopLevelPadForMSVC(const Instruction *EHPad) { in isTopLevelPadForMSVC() 1091 Instruction *EHPad = PHIBlock->getFirstNonPHI(); in insertPHILoads() local
|
H A D | SplitKit.cpp | 111 if (none_of(ExceptionalSuccessors, [&](const MachineBasicBlock *EHPad) { in computeLastInsertPoint()
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/ObjCARC/ |
H A D | ObjCARC.cpp | 57 Instruction *EHPad = CV.front()->getFirstNonPHI(); in createCallInstWithColors() local
|
H A D | ObjCARCOpts.cpp | 788 Instruction *EHPad = CV.front()->getFirstNonPHI(); in CloneCallInstForBB() local
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Utils/ |
H A D | InlineFunction.cpp | 234 static Value *getParentPad(Value *EHPad) { in getParentPad() 244 static Value *getUnwindDestTokenHelper(Instruction *EHPad, in getUnwindDestTokenHelper() 395 static Value *getUnwindDestToken(Instruction *EHPad, in getUnwindDestToken()
|
/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/ |
H A D | CGCoroutine.cpp | 386 if (llvm::Instruction *EHPad = CGF.CurrentFuncletPad) in getBundlesForCoroEnd() local
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/ |
H A D | LICM.cpp | 1472 Instruction *EHPad = BBColor->getFirstNonPHI(); in cloneInstructionInExitBlock() local
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Instrumentation/ |
H A D | PGOInstrumentation.cpp | 885 Instruction *EHPad = CV.front()->getFirstNonPHI(); in populateEHOperandBundle() local
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/IR/ |
H A D | Verifier.cpp | 3892 static Value *getParentPad(Value *EHPad) { in getParentPad()
|