Searched defs:FunctionPass (Results 1 - 1 of 1) sorted by last modified time

/external/llvm/include/llvm/
H A DPass.h20 // global optimizations should derive from FunctionPass, because they do not add
286 /// FunctionPass class - This class is used to implement most global
294 class FunctionPass : public Pass { class in namespace:llvm
296 explicit FunctionPass(char &pid) : Pass(PT_Function, pid) {} function in class:llvm::FunctionPass

Completed in 222 milliseconds