Home
last modified time | relevance | path

Searched defs:CRI (Results 1 – 13 of 13) sorted by relevance

/freebsd-src/contrib/llvm-project/llvm/lib/CodeGen/
H A DWinEHPrepare.cpp183 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 DPPCReduceCRLogicals.cpp587 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 DCodeExtractor.cpp150 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 DInlineFunction.cpp689 if (auto *CRI = dyn_cast<CleanupReturnInst>(BB->getTerminator())) { HandleInlinedEHPad() local
H A DLocal.cpp3133 if (auto *CRI = dyn_cast<CleanupReturnInst>(TI)) { removeUnwindEdge() local
H A DSimplifyCFG.cpp5390 } else if (auto *CRI = dyn_cast<CleanupReturnInst>(TI)) { simplifyUnreachable() local
/freebsd-src/contrib/llvm-project/llvm/lib/Target/WebAssembly/
H A DWebAssemblyLowerEmscriptenEHSjLj.cpp1650 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 DInlineCost.cpp2487 visitCleanupReturnInst(CleanupReturnInst & CRI) visitCleanupReturnInst() argument
2493 visitCatchReturnInst(CatchReturnInst & CRI) visitCatchReturnInst() argument
/freebsd-src/contrib/llvm-project/llvm/lib/IR/
H A DVerifier.cpp4287 } 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 DAsmWriter.cpp4290 } 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 DInstructions.cpp1009 CleanupReturnInst(const CleanupReturnInst & CRI) CleanupReturnInst() argument
1056 CatchReturnInst(const CatchReturnInst & CRI) CatchReturnInst() argument
[all...]
H A DCore.cpp2926 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 DBitcodeWriter.cpp3061 const auto &CRI = cast<CleanupReturnInst>(I); writeInstruction() local
3069 const auto &CRI = cast<CatchReturnInst>(I); writeInstruction() local