Home
last modified time | relevance | path

Searched refs:FunctionAttr (Results 1 – 6 of 6) sorted by relevance

/llvm-project/libc/spec/
H A Dspec.td
/llvm-project/llvm/tools/llvm-xray/
H A Dxray-graph.h74 struct FunctionAttr { struct
79 using FunctionStack = SmallVector<FunctionAttr, 4>; argument
H A Dxray-graph.cpp238 llvm::any_of(llvm::reverse(ThreadStack), [&](const FunctionAttr &A) { in accountRecord()
/llvm-project/flang/lib/Optimizer/Transforms/
H A DCMakeLists.txt30 FunctionAttr.cpp
/llvm-project/clang/test/CodeGen/
H A Dthinlto-funcattr-prop.ll3 ; Test that FunctionAttr Propagation is generating correct summaries
/llvm-project/flang/include/flang/Optimizer/Transforms/
H A DPasses.td374 def FunctionAttr : Pass<"function-attr", "mlir::func::FuncOp"> {