/freebsd-src/contrib/llvm-project/llvm/lib/CodeGen/ |
H A D | WinEHPrepare.cpp | 183 if (const auto *CRI = dyn_cast<CleanupReturnInst>(U)) getCleanupRetUnwindDest() local 991 if (auto *CRI = cloneCommonBlocks() local 1144 if (auto *CRI = dyn_cast<CatchReturnInst>(TI)) removeImplausibleInstructions() local 1148 if (auto *CRI = dyn_cast<CleanupReturnInst>(TI)) removeImplausibleInstructions() local
|
/freebsd-src/contrib/llvm-project/llvm/lib/Target/PowerPC/ |
H A D | PPCReduceCRLogicals.cpp | 587 CRLogicalOpInfo CRI = AllCRLogicalOps[Idx]; in handleCROp() local 614 bool PPCReduceCRLogicals::splitBlockOnBinaryCROp(CRLogicalOpInfo &CRI) { in splitBlockOnBinaryCROp() argument [all...] |
/freebsd-src/contrib/llvm-project/llvm/lib/Transforms/Utils/ |
H A D | CodeExtractor.cpp | 150 if (const auto *CRI = dyn_cast<CatchReturnInst>(U)) in isBlockValidForExtraction() local 161 if (const auto *CRI = dyn_cast<CleanupReturnInst>(U)) in isBlockValidForExtraction() local 166 if (const auto *CRI = dyn_cast<CleanupReturnInst>(I)) { in isBlockValidForExtraction() local
|
H A D | InlineFunction.cpp | 689 if (auto *CRI = dyn_cast<CleanupReturnInst>(BB->getTerminator())) { HandleInlinedEHPad() local
|
H A D | Local.cpp | 3133 if (auto *CRI = dyn_cast<CleanupReturnInst>(TI)) { removeUnwindEdge() local
|
H A D | SimplifyCFG.cpp | 5390 } else if (auto *CRI = dyn_cast<CleanupReturnInst>(TI)) { simplifyUnreachable() local
|
/freebsd-src/contrib/llvm-project/llvm/lib/Target/WebAssembly/ |
H A D | WebAssemblyLowerEmscriptenEHSjLj.cpp | 1650 if (const auto *CRI = dyn_cast<CleanupReturnInst>(U)) getCleanupRetUnwindDest() local 1859 if (auto *CRI = dyn_cast<CleanupReturnInst>(BB.getTerminator())) { handleLongjmpableCallsForWasmSjLj() local
|
/freebsd-src/contrib/llvm-project/llvm/lib/Analysis/ |
H A D | InlineCost.cpp | 2487 visitCleanupReturnInst(CleanupReturnInst & CRI) visitCleanupReturnInst() argument 2493 visitCatchReturnInst(CatchReturnInst & CRI) visitCatchReturnInst() argument
|
/freebsd-src/contrib/llvm-project/llvm/lib/IR/ |
H A D | Verifier.cpp | 4287 } else if (auto *CRI = dyn_cast<CleanupReturnInst>(TI)) { visitEHPadPredecessors() local 4434 if (auto *CRI = dyn_cast<CleanupReturnInst>(U)) { visitFuncletPadInst() local 4623 visitCleanupReturnInst(CleanupReturnInst & CRI) visitCleanupReturnInst() argument [all...] |
H A D | AsmWriter.cpp | 4290 } else if (const auto *CRI = dyn_cast<CatchReturnInst>(&I)) { printInstruction() local 4296 } else if (const auto *CRI = dyn_cast<CleanupReturnInst>(&I)) { printInstruction() local
|
H A D | Instructions.cpp | 1009 CleanupReturnInst(const CleanupReturnInst & CRI) CleanupReturnInst() argument 1056 CatchReturnInst(const CatchReturnInst & CRI) CatchReturnInst() argument [all...] |
H A D | Core.cpp | 2926 if (CleanupReturnInst *CRI = dyn_cast<CleanupReturnInst>(unwrap(Invoke))) { LLVMGetUnwindDest() local 2939 if (CleanupReturnInst *CRI = dyn_cast<CleanupReturnInst>(unwrap(Invoke))) { LLVMSetUnwindDest() local
|
/freebsd-src/contrib/llvm-project/llvm/lib/Bitcode/Writer/ |
H A D | BitcodeWriter.cpp | 3061 const auto &CRI = cast<CleanupReturnInst>(I); writeInstruction() local 3069 const auto &CRI = cast<CatchReturnInst>(I); writeInstruction() local
|