Lines Matching refs:Function
64 // make a reference table to refer to function by number
74 std::vector<Function*> _functions;
227 // set the function for which paths are currently begin processed
228 void PathProfileInfo::setCurrentFunction(Function* F) {
241 // get the function for which paths are currently being processed
242 Function* PathProfileInfo::getCurrentFunction() const {
246 // get the entry block of the function
256 // return the number of paths which a function may potentially execute
271 // returns the total number of paths run in the function
291 // get the filename and setup the module's function references
365 // gather path information for each function
369 errs() << "warning: bad header for path function info\n";
373 Function* f = _functions[pathHeader.fnNumber];
382 errs() << "warning: path function info header/data mismatch\n";
386 // Build a new path for the current function