Home
last modified time | relevance | path

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

/llvm-project/llvm/lib/Target/SPIRV/Analysis/
H A DSPIRVConvergenceRegionAnalysis.h139 SPIRV::ConvergenceRegionInfo CRI; global() variable
H A DSPIRVConvergenceRegionAnalysis.cpp341 Result CRI; run() local
/llvm-project/llvm/unittests/ADT/
H A DIListIteratorBitsTest.cpp39 simple_ilist<Node, ilist_iterator_bits<true>>::const_reverse_iterator CRI; in TEST() local
H A DIListIteratorTest.cpp25 simple_ilist<Node>::const_reverse_iterator CRI; in TEST() local
/llvm-project/llvm/lib/CodeGen/
H A DWinEHPrepare.cpp184 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 DPPCReduceCRLogicals.cpp587 CRLogicalOpInfo CRI = AllCRLogicalOps[Idx]; in handleCROp() local
614 bool PPCReduceCRLogicals::splitBlockOnBinaryCROp(CRLogicalOpInfo &CRI) { in splitBlockOnBinaryCROp()
/llvm-project/llvm/lib/Transforms/Utils/
H A DCodeExtractor.cpp150 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 DInlineFunction.cpp692 if (auto *CRI = dyn_cast<CleanupReturnInst>(BB->getTerminator())) { HandleInlinedEHPad() local
H A DLocal.cpp3173 if (auto *CRI = dyn_cast<CleanupReturnInst>(TI)) { removeUnwindEdge() local
H A DSimplifyCFG.cpp5453 } else if (auto *CRI = dyn_cast<CleanupReturnInst>(TI)) { simplifyUnreachable() local
/llvm-project/llvm/lib/Target/WebAssembly/
H A DWebAssemblyLowerEmscriptenEHSjLj.cpp1542 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 DInlineCost.cpp2495 visitCleanupReturnInst(CleanupReturnInst & CRI) visitCleanupReturnInst() argument
2501 visitCatchReturnInst(CatchReturnInst & CRI) visitCatchReturnInst() argument
/llvm-project/llvm/lib/IR/
H A DVerifier.cpp4412 } 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 DInstructions.cpp959 CleanupReturnInst(const CleanupReturnInst & CRI) CleanupReturnInst() argument
998 CatchReturnInst(const CatchReturnInst & CRI) CatchReturnInst() argument
[all...]
H A DAsmWriter.cpp4383 } 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 DCore.cpp3018 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 DBitcodeWriter.cpp3136 const auto &CRI = cast<CleanupReturnInst>(I); writeInstruction() local
3144 const auto &CRI = cast<CatchReturnInst>(I); writeInstruction() local