| /external/llvm/lib/CodeGen/ |
| D | WinEHPrepare.cpp | 159 if (const auto *CRI = dyn_cast<CleanupReturnInst>(U)) in getCleanupRetUnwindDest() local 815 if (auto *CRI = in cloneCommonBlocks() local 981 if (auto *CRI = dyn_cast<CatchReturnInst>(TI)) in removeImplausibleInstructions() local 985 if (auto *CRI = dyn_cast<CleanupReturnInst>(TI)) in removeImplausibleInstructions() local
|
| /external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/ |
| D | WinEHPrepare.cpp | 169 if (const auto *CRI = dyn_cast<CleanupReturnInst>(U)) in getCleanupRetUnwindDest() local 830 if (auto *CRI = in cloneCommonBlocks() local 986 if (auto *CRI = dyn_cast<CatchReturnInst>(TI)) in removeImplausibleInstructions() local 990 if (auto *CRI = dyn_cast<CleanupReturnInst>(TI)) in removeImplausibleInstructions() local
|
| /external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/PowerPC/ |
| D | PPCReduceCRLogicals.cpp | 586 CRLogicalOpInfo CRI = AllCRLogicalOps[Idx]; in handleCROp() local 613 bool PPCReduceCRLogicals::splitBlockOnBinaryCROp(CRLogicalOpInfo &CRI) { in splitBlockOnBinaryCROp()
|
| /external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/ |
| 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
|
| D | InlineFunction.cpp | 677 if (auto *CRI = dyn_cast<CleanupReturnInst>(BB->getTerminator())) { in HandleInlinedEHPad() local
|
| D | Local.cpp | 2203 if (auto *CRI = dyn_cast<CleanupReturnInst>(TI)) { in removeUnwindEdge() local
|
| /external/llvm/lib/IR/ |
| D | Instruction.cpp | 541 if (const auto *CRI = dyn_cast<CleanupReturnInst>(this)) in mayThrow() local
|
| D | Verifier.cpp | 3224 } else if (auto *CRI = dyn_cast<CleanupReturnInst>(TI)) { in visitEHPadPredecessors() local 3353 if (auto *CRI = dyn_cast<CleanupReturnInst>(U)) { in visitFuncletPadInst() local 3541 void Verifier::visitCleanupReturnInst(CleanupReturnInst &CRI) { in visitCleanupReturnInst()
|
| D | AsmWriter.cpp | 2988 } else if (const auto *CRI = dyn_cast<CatchReturnInst>(&I)) { in printInstruction() local 2994 } else if (const auto *CRI = dyn_cast<CleanupReturnInst>(&I)) { in printInstruction() local
|
| D | Instructions.cpp | 890 CleanupReturnInst::CleanupReturnInst(const CleanupReturnInst &CRI) in CleanupReturnInst() 948 CatchReturnInst::CatchReturnInst(const CatchReturnInst &CRI) in CatchReturnInst()
|
| /external/llvm/lib/Analysis/ |
| D | InlineCost.cpp | 1035 bool CallAnalyzer::visitCleanupReturnInst(CleanupReturnInst &CRI) { in visitCleanupReturnInst() 1041 bool CallAnalyzer::visitCatchReturnInst(CatchReturnInst &CRI) { in visitCatchReturnInst()
|
| D | ValueTracking.cpp | 3495 if (const auto *CRI = dyn_cast<CleanupReturnInst>(I)) in isGuaranteedToTransferExecutionToSuccessor() local
|
| /external/swiftshader/third_party/llvm-10.0/llvm/lib/IR/ |
| D | Instruction.cpp | 596 if (const auto *CRI = dyn_cast<CleanupReturnInst>(this)) in mayThrow() local
|
| D | Verifier.cpp | 3663 } else if (auto *CRI = dyn_cast<CleanupReturnInst>(TI)) { in visitEHPadPredecessors() local 3807 if (auto *CRI = dyn_cast<CleanupReturnInst>(U)) { in visitFuncletPadInst() local 3995 void Verifier::visitCleanupReturnInst(CleanupReturnInst &CRI) { in visitCleanupReturnInst()
|
| D | AsmWriter.cpp | 3833 } else if (const auto *CRI = dyn_cast<CatchReturnInst>(&I)) { in printInstruction() local 3839 } else if (const auto *CRI = dyn_cast<CleanupReturnInst>(&I)) { in printInstruction() local
|
| D | Instructions.cpp | 919 CleanupReturnInst::CleanupReturnInst(const CleanupReturnInst &CRI) in CleanupReturnInst() 965 CatchReturnInst::CatchReturnInst(const CatchReturnInst &CRI) in CatchReturnInst()
|
| D | Core.cpp | 2864 if (CleanupReturnInst *CRI = dyn_cast<CleanupReturnInst>(unwrap(Invoke))) { in LLVMGetUnwindDest() local 2877 if (CleanupReturnInst *CRI = dyn_cast<CleanupReturnInst>(unwrap(Invoke))) { in LLVMSetUnwindDest() local
|
| /external/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/ |
| D | InlineCost.cpp | 1697 bool CallAnalyzer::visitCleanupReturnInst(CleanupReturnInst &CRI) { in visitCleanupReturnInst() 1703 bool CallAnalyzer::visitCatchReturnInst(CatchReturnInst &CRI) { in visitCatchReturnInst()
|
| D | ValueTracking.cpp | 4427 if (const auto *CRI = dyn_cast<CleanupReturnInst>(I)) in isGuaranteedToTransferExecutionToSuccessor() local
|
| /external/llvm/lib/Bitcode/Writer/ |
| D | BitcodeWriter.cpp | 2467 const auto &CRI = cast<CleanupReturnInst>(I); in writeInstruction() local 2475 const auto &CRI = cast<CatchReturnInst>(I); in writeInstruction() local
|
| /external/llvm/lib/Transforms/Utils/ |
| D | InlineFunction.cpp | 601 if (auto *CRI = dyn_cast<CleanupReturnInst>(BB->getTerminator())) { in HandleInlinedEHPad() local
|
| D | Local.cpp | 1524 if (auto *CRI = dyn_cast<CleanupReturnInst>(TI)) { in removeUnwindEdge() local
|
| /external/swiftshader/third_party/llvm-10.0/llvm/lib/Bitcode/Writer/ |
| D | BitcodeWriter.cpp | 2792 const auto &CRI = cast<CleanupReturnInst>(I); in writeInstruction() local 2800 const auto &CRI = cast<CatchReturnInst>(I); in writeInstruction() local
|