Home
last modified time | relevance | path

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

/external/llvm/lib/Analysis/
DPathProfileVerifier.cpp30 class PathProfileVerifier : public ModulePass { class
36 PathProfileVerifier() : ModulePass(ID) { in PathProfileVerifier() function in __anon397e9d020111::PathProfileVerifier
57 char PathProfileVerifier::ID = 0;
58 INITIALIZE_PASS(PathProfileVerifier, "path-profile-verifier",
63 return new PathProfileVerifier(); in createPathProfileVerifierPass()
67 void PathProfileVerifier::getAnalysisUsage(AnalysisUsage& AU) const { in getAnalysisUsage()
78 bool PathProfileVerifier::runOnModule (Module &M) { in runOnModule()
DCMakeLists.txt41 PathProfileVerifier.cpp
DAndroid.mk41 PathProfileVerifier.cpp \