Home
last modified time | relevance | path

Searched refs:getCleanup (Results 1 – 5 of 5) sorted by relevance

/llvm-project-15.0.7/clang/lib/CodeGen/
H A DCGBlocks.h186 EHScopeStack::stable_iterator getCleanup() const { in getCleanup() function
H A DCGCleanup.h354 EHScopeStack::Cleanup *getCleanup() { in getCleanup() function
H A DCGCall.cpp5457 if (!(Cleanup && Cleanup->getCleanup()->isRedundantBeforeReturn())) in EmitCall()
/llvm-project-15.0.7/mlir/lib/Target/LLVMIR/Dialect/LLVMIR/
H A DLLVMToLLVMIRTranslation.cpp394 lpi->setCleanup(lpOp.getCleanup()); in convertOperationImpl()
/llvm-project-15.0.7/mlir/lib/Dialect/LLVMIR/IR/
H A DLLVMDialect.cpp1068 if (!getCleanup() && getOperands().empty()) in verify()
1100 p << (getCleanup() ? " cleanup " : " "); in print()