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

/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/WebAssembly/
H A DWebAssemblyExceptionInfo.cpp51 MachineBasicBlock *EHPad = DomNode->getBlock(); local
103 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.cpp65 MachineBasicBlock *EHPad = nullptr; local
167 auto *EHPad = getMatchingEHPad(TI); local
271 MachineBasicBlock *EHPad = getMatchingEHPad(Extract); local
[all...]
H A DWebAssemblyCFGStackify.cpp198 MachineBasicBlock *EHPad = TryToEHPad.lookup(Begin); local
1006 MachineBasicBlock *EHPad = P.first; local
184 registerTryScope(MachineInstr *Begin, MachineInstr *End, MachineBasicBlock *EHPad) argument
1121 MachineBasicBlock *EHPad = nullptr; local
[all...]
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Transforms/ObjCARC/
H A DObjCARCContract.cpp329 Instruction *EHPad = CV.front()->getFirstNonPHI(); local
H A DObjCARCOpts.cpp772 Instruction *EHPad = CV.front()->getFirstNonPHI(); local
/freebsd-11-stable/contrib/llvm-project/llvm/lib/CodeGen/
H A DWinEHPrepare.cpp417 static bool isTopLevelPadForMSVC(const Instruction *EHPad) { argument
1076 Instruction *EHPad = PHIBlock->getFirstNonPHI(); local
[all...]
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DInlineFunction.cpp218 static Value *getParentPad(Value *EHPad) { argument
228 static Value *getUnwindDestTokenHelper(Instruction *EHPad, argument
379 static Value *getUnwindDestToken(Instruction *EHPad, argument
[all...]
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DLICM.cpp1389 Instruction *EHPad = BBColor->getFirstNonPHI(); local
/freebsd-11-stable/contrib/llvm-project/llvm/lib/IR/
H A DVerifier.cpp3609 static Value *getParentPad(Value *EHPad) { argument

Completed in 276 milliseconds