Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/unittests/ADT/
DIListIteratorTest.cpp23 simple_ilist<Node>::const_reverse_iterator CRI; in TEST() local
/external/llvm/lib/CodeGen/
DWinEHPrepare.cpp159 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-7.0/llvm/lib/CodeGen/
DWinEHPrepare.cpp168 if (const auto *CRI = dyn_cast<CleanupReturnInst>(U)) in getCleanupRetUnwindDest() local
829 if (auto *CRI = in cloneCommonBlocks() local
985 if (auto *CRI = dyn_cast<CatchReturnInst>(TI)) in removeImplausibleInstructions() local
989 if (auto *CRI = dyn_cast<CleanupReturnInst>(TI)) in removeImplausibleInstructions() local
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/PowerPC/
DPPCReduceCRLogicals.cpp557 bool PPCReduceCRLogicals::handleCROp(CRLogicalOpInfo &CRI) { in handleCROp()
587 bool PPCReduceCRLogicals::splitBlockOnBinaryCROp(CRLogicalOpInfo &CRI) { in splitBlockOnBinaryCROp()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Utils/
DCodeExtractor.cpp147 if (const auto *CRI = dyn_cast<CatchReturnInst>(U)) in isBlockValidForExtraction() local
158 if (const auto *CRI = dyn_cast<CleanupReturnInst>(U)) in isBlockValidForExtraction() local
163 if (const auto *CRI = dyn_cast<CleanupReturnInst>(I)) { in isBlockValidForExtraction() local
DInlineFunction.cpp681 if (auto *CRI = dyn_cast<CleanupReturnInst>(BB->getTerminator())) { in HandleInlinedEHPad() local
DLocal.cpp2178 if (auto *CRI = dyn_cast<CleanupReturnInst>(TI)) { in removeUnwindEdge() local
/external/llvm/lib/IR/
DInstruction.cpp541 if (const auto *CRI = dyn_cast<CleanupReturnInst>(this)) in mayThrow() local
DVerifier.cpp3224 } 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()
DAsmWriter.cpp2988 } 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
DInstructions.cpp890 CleanupReturnInst::CleanupReturnInst(const CleanupReturnInst &CRI) in CleanupReturnInst()
948 CatchReturnInst::CatchReturnInst(const CatchReturnInst &CRI) in CatchReturnInst()
/external/llvm/lib/Analysis/
DInlineCost.cpp1035 bool CallAnalyzer::visitCleanupReturnInst(CleanupReturnInst &CRI) { in visitCleanupReturnInst()
1041 bool CallAnalyzer::visitCatchReturnInst(CatchReturnInst &CRI) { in visitCatchReturnInst()
DValueTracking.cpp3495 if (const auto *CRI = dyn_cast<CleanupReturnInst>(I)) in isGuaranteedToTransferExecutionToSuccessor() local
/external/swiftshader/third_party/llvm-7.0/llvm/lib/IR/
DInstruction.cpp586 if (const auto *CRI = dyn_cast<CleanupReturnInst>(this)) in mayThrow() local
DVerifier.cpp3442 } else if (auto *CRI = dyn_cast<CleanupReturnInst>(TI)) { in visitEHPadPredecessors() local
3586 if (auto *CRI = dyn_cast<CleanupReturnInst>(U)) { in visitFuncletPadInst() local
3774 void Verifier::visitCleanupReturnInst(CleanupReturnInst &CRI) { in visitCleanupReturnInst()
DAsmWriter.cpp3661 } else if (const auto *CRI = dyn_cast<CatchReturnInst>(&I)) { in printInstruction() local
3667 } else if (const auto *CRI = dyn_cast<CleanupReturnInst>(&I)) { in printInstruction() local
DInstructions.cpp721 CleanupReturnInst::CleanupReturnInst(const CleanupReturnInst &CRI) in CleanupReturnInst()
767 CatchReturnInst::CatchReturnInst(const CatchReturnInst &CRI) in CatchReturnInst()
DCore.cpp2485 if (CleanupReturnInst *CRI = dyn_cast<CleanupReturnInst>(unwrap(Invoke))) { in LLVMGetUnwindDest() local
2498 if (CleanupReturnInst *CRI = dyn_cast<CleanupReturnInst>(unwrap(Invoke))) { in LLVMSetUnwindDest() local
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Analysis/
DInlineCost.cpp1505 bool CallAnalyzer::visitCleanupReturnInst(CleanupReturnInst &CRI) { in visitCleanupReturnInst()
1511 bool CallAnalyzer::visitCatchReturnInst(CatchReturnInst &CRI) { in visitCatchReturnInst()
DValueTracking.cpp4064 if (const auto *CRI = dyn_cast<CleanupReturnInst>(I)) in isGuaranteedToTransferExecutionToSuccessor() local
/external/llvm/lib/Bitcode/Writer/
DBitcodeWriter.cpp2467 const auto &CRI = cast<CleanupReturnInst>(I); in writeInstruction() local
2475 const auto &CRI = cast<CatchReturnInst>(I); in writeInstruction() local
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Bitcode/Writer/
DBitcodeWriter.cpp2696 const auto &CRI = cast<CleanupReturnInst>(I); in writeInstruction() local
2704 const auto &CRI = cast<CatchReturnInst>(I); in writeInstruction() local
/external/llvm/lib/Transforms/Utils/
DInlineFunction.cpp601 if (auto *CRI = dyn_cast<CleanupReturnInst>(BB->getTerminator())) { in HandleInlinedEHPad() local
DLocal.cpp1524 if (auto *CRI = dyn_cast<CleanupReturnInst>(TI)) { in removeUnwindEdge() local