/llvm-project/llvm/lib/Target/SPIRV/Analysis/ |
H A D | SPIRVConvergenceRegionAnalysis.h | 139 SPIRV::ConvergenceRegionInfo CRI; global() variable
|
H A D | SPIRVConvergenceRegionAnalysis.cpp | 341 Result CRI; run() local
|
/llvm-project/llvm/unittests/ADT/ |
H A D | IListIteratorBitsTest.cpp | 39 simple_ilist<Node, ilist_iterator_bits<true>>::const_reverse_iterator CRI; in TEST() local
|
H A D | IListIteratorTest.cpp | 25 simple_ilist<Node>::const_reverse_iterator CRI; in TEST() local
|
/llvm-project/llvm/lib/CodeGen/ |
H A D | WinEHPrepare.cpp | 184 if (const auto *CRI = dyn_cast<CleanupReturnInst>(U)) in getCleanupRetUnwindDest() local 1149 if (auto *CRI = dyn_cast<CatchReturnInst>(TI)) in removeImplausibleInstructions() local 992 if (auto *CRI = cloneCommonBlocks() local 1145 if (auto *CRI = dyn_cast<CatchReturnInst>(TI)) removeImplausibleInstructions() local
|
/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()
|
/llvm-project/llvm/lib/Transforms/Utils/ |
H A D | CodeExtractor.cpp | 150 if (!Result.count(const_cast<BasicBlock*>(CRI->getParent()))) in isBlockValidForExtraction() local 161 if (!Result.count(const_cast<BasicBlock*>(CRI->getParent()))) in isBlockValidForExtraction() local 166 if (auto *UBB = CRI->getUnwindDest()) in isBlockValidForExtraction() local
|
H A D | InlineFunction.cpp | 692 if (auto *CRI = dyn_cast<CleanupReturnInst>(BB->getTerminator())) { HandleInlinedEHPad() local
|
H A D | Local.cpp | 3173 if (auto *CRI = dyn_cast<CleanupReturnInst>(TI)) { removeUnwindEdge() local
|
H A D | SimplifyCFG.cpp | 5453 } else if (auto *CRI = dyn_cast<CleanupReturnInst>(TI)) { simplifyUnreachable() local
|
/llvm-project/llvm/lib/Target/WebAssembly/ |
H A D | WebAssemblyLowerEmscriptenEHSjLj.cpp | 1542 if (const auto *CRI = dyn_cast<CleanupReturnInst>(U)) getCleanupRetUnwindDest() local 1744 if (auto *CRI = dyn_cast<CleanupReturnInst>(BB.getTerminator())) { handleLongjmpableCallsForWasmSjLj() local
|
/llvm-project/llvm/lib/Analysis/ |
H A D | InlineCost.cpp | 2495 visitCleanupReturnInst(CleanupReturnInst & CRI) visitCleanupReturnInst() argument 2501 visitCatchReturnInst(CatchReturnInst & CRI) visitCatchReturnInst() argument
|
/llvm-project/llvm/lib/IR/ |
H A D | Verifier.cpp | 4412 } else if (auto *CRI = dyn_cast<CleanupReturnInst>(TI)) { visitEHPadPredecessors() local 4559 if (auto *CRI = dyn_cast<CleanupReturnInst>(U)) { visitFuncletPadInst() local 4748 visitCleanupReturnInst(CleanupReturnInst & CRI) visitCleanupReturnInst() argument [all...] |
H A D | Instructions.cpp | 959 CleanupReturnInst(const CleanupReturnInst & CRI) CleanupReturnInst() argument 998 CatchReturnInst(const CatchReturnInst & CRI) CatchReturnInst() argument [all...] |
H A D | AsmWriter.cpp | 4383 } else if (const auto *CRI = dyn_cast<CatchReturnInst>(&I)) { printInstruction() local 4389 } else if (const auto *CRI = dyn_cast<CleanupReturnInst>(&I)) { printInstruction() local
|
H A D | Core.cpp | 3018 if (CleanupReturnInst *CRI = dyn_cast<CleanupReturnInst>(unwrap(Invoke))) { LLVMGetUnwindDest() local 3031 if (CleanupReturnInst *CRI = dyn_cast<CleanupReturnInst>(unwrap(Invoke))) { LLVMSetUnwindDest() local
|
/llvm-project/llvm/lib/Bitcode/Writer/ |
H A D | BitcodeWriter.cpp | 3136 const auto &CRI = cast<CleanupReturnInst>(I); writeInstruction() local 3144 const auto &CRI = cast<CatchReturnInst>(I); writeInstruction() local
|