Home | History | Annotate | Download | only in VMCore

Lines Matching refs:Function

17 #include "llvm/Function.h"
47 void initialize(StringRef PName, Function &F);
48 void finalize(Function &F);
53 Function *TheFn;
63 void DebugInfoProbeImpl::initialize(StringRef PName, Function &F) {
71 for (Function::iterator FI = F.begin(), FE = F.end(); FI != FE; ++FI)
112 void DebugInfoProbeImpl::finalize(Function &F) {
114 assert (TheFn == &F && "Invalid function to measure!");
117 for (Function::iterator FI = F.begin(), FE = F.end(); FI != FE; ++FI)
171 void DebugInfoProbe::initialize(StringRef PName, Function &F) {
177 void DebugInfoProbe::finalize(Function &F) {
201 void DebugInfoProbeInfo::initialize(Pass *P, Function &F) {
216 void DebugInfoProbeInfo::finalize(Pass *P, Function &F) {