HomeSort by relevance Sort by last modified time
    Searched refs:FunctionAttrs (Results 1 - 2 of 2) sorted by null

  /external/llvm/lib/Transforms/IPO/
Android.mk 8 FunctionAttrs.cpp \
FunctionAttrs.cpp 1 //===- FunctionAttrs.cpp - Pass which marks functions readnone or readonly ===//
21 #define DEBUG_TYPE "functionattrs"
43 struct FunctionAttrs : public CallGraphSCCPass {
45 FunctionAttrs() : CallGraphSCCPass(ID), AA(0) {
76 char FunctionAttrs::ID = 0;
77 INITIALIZE_PASS_BEGIN(FunctionAttrs, "functionattrs",
80 INITIALIZE_PASS_END(FunctionAttrs, "functionattrs",
83 Pass *llvm::createFunctionAttrsPass() { return new FunctionAttrs(); }
    [all...]

Completed in 210 milliseconds