Searched defs:cleanupFns (Results 1 – 3 of 3) sorted by relevance
/llvm-project/flang/lib/Lower/ | ||
H A D | HlfirIntrinsics.cpp | 51 llvm::SmallVector<hlfir::CleanupFunction, 3> cleanupFns; member in __anona72838c30111::HlfirTransformationalIntrinsic |
H A D | ConvertCall.cpp | 1851 llvm::SmallVector<hlfir::CleanupFunction> cleanupFns; genIntrinsicRefCore() local |
/llvm-project/flang/lib/Optimizer/HLFIR/Transforms/ | ||
H A D | LowerHLFIRIntrinsics.cpp | 74 llvm::SmallVector<std::function<void()>, 2> cleanupFns; in lowerArguments() local |