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

/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/WebAssembly/
H A DWebAssemblyExceptionInfo.cpp51 MachineBasicBlock *EHPad = DomNode->getBlock(); local
106 MachineBasicBlock *EHPad = WE->getEHPad(); local
H A DWebAssemblyExceptionInfo.h43 MachineBasicBlock *EHPad = nullptr; member in class:llvm::WebAssemblyException
51 WebAssemblyException(MachineBasicBlock *EHPad) : EHPad(EHPad) {} argument
H A DWebAssemblyLateEHPrepare.cpp71 MachineBasicBlock *EHPad = nullptr; local
191 auto *EHPad = getMatchingEHPad(TI); local
295 MachineBasicBlock *EHPad = getMatchingEHPad(Extract); local
[all...]
H A DWebAssemblyCFGStackify.cpp199 MachineBasicBlock *EHPad = TryToEHPad.lookup(Begin); local
1097 MachineBasicBlock *EHPad = P.first; local
185 registerTryScope(MachineInstr *Begin, MachineInstr *End, MachineBasicBlock *EHPad) argument
1216 MachineBasicBlock *EHPad = nullptr; local
[all...]
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Transforms/ObjCARC/
H A DObjCARCContract.cpp325 Instruction *EHPad = CV.front()->getFirstNonPHI(); local
H A DObjCARCOpts.cpp771 Instruction *EHPad = CV.front()->getFirstNonPHI(); local
/freebsd-13-stable/contrib/llvm-project/llvm/lib/CodeGen/
H A DWinEHPrepare.cpp439 static bool isTopLevelPadForMSVC(const Instruction *EHPad) { argument
1098 Instruction *EHPad local
[all...]
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DPGOInstrumentation.cpp830 Instruction *EHPad = CV.front()->getFirstNonPHI(); local
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DLICM.cpp1346 Instruction *EHPad = BBColor->getFirstNonPHI(); local
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DInlineFunction.cpp225 static Value *getParentPad(Value *EHPad) { argument
235 static Value *getUnwindDestTokenHelper(Instruction *EHPad, argument
386 static Value *getUnwindDestToken(Instruction *EHPad, argument
[all...]
/freebsd-13-stable/contrib/llvm-project/llvm/lib/IR/
H A DVerifier.cpp3724 static Value *getParentPad(Value *EHPad) { argument

Completed in 219 milliseconds