Home
last modified time | relevance | path

Searched refs:_functions (Results 1 – 1 of 1) sorted by relevance

/external/llvm/lib/Analysis/
DPathProfileInfo.cpp75 std::vector<Function*> _functions; member in __anon7644c0920111::PathProfileLoaderPass
325 _functions.push_back(0); // make the 0 index a null pointer in buildFunctionRefs()
330 _functions.push_back(F); in buildFunctionRefs()
374 Function* f = _functions[pathHeader.fnNumber]; in handlePathInfo()