Home
last modified time | relevance | path

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

/external/llvm/include/llvm/Analysis/
DPathProfileInfo.h86 void setCurrentFunction(Function* F);
/external/llvm/lib/Analysis/
DPathProfileVerifier.cpp112 pathProfileInfo.setCurrentFunction(F); in runOnModule()
DPathProfileInfo.cpp229 void PathProfileInfo::setCurrentFunction(Function* F) { in setCurrentFunction() function in PathProfileInfo