LLVM API Documentation
#include <RSProfiling.h>
Inheritance diagram for llvm::RSProfilers:
Public Member Functions | |
virtual bool | isProfiling (Value *v)=0 |
The only exposed function can be queried to find out if an instruction was original or if it was inserted by the profiler. Implementations of this interface are expected to chain to other implementations, such that multiple profilers can be support simultaniously.
Definition at line 25 of file include/llvm/Transforms/RSProfiling.h.
virtual bool llvm::RSProfilers::isProfiling | ( | Value * | v | ) | [pure virtual] |
isProfiling - This method returns true if the value passed it was inserted by the profiler.
Implemented in llvm::RSProfilers_std.