OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:FunctionAttrs
(Results
1 - 2
of
2
) sorted by null
/external/llvm/lib/Transforms/IPO/
Android.mk
9
FunctionAttrs
.cpp \
FunctionAttrs.cpp
1
//===-
FunctionAttrs
.cpp - Pass which marks functions attributes ----------===//
37
#define DEBUG_TYPE "
functionattrs
"
48
struct
FunctionAttrs
: public CallGraphSCCPass {
50
FunctionAttrs
() : CallGraphSCCPass(ID), AA(nullptr) {
137
char
FunctionAttrs
::ID = 0;
138
INITIALIZE_PASS_BEGIN(
FunctionAttrs
, "
functionattrs
",
143
INITIALIZE_PASS_END(
FunctionAttrs
, "
functionattrs
",
146
Pass *llvm::createFunctionAttrsPass() { return new
FunctionAttrs
(); }
[
all
...]
Completed in 345 milliseconds