OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:createNoPathProfileInfoPass
(Results
1 - 2
of
2
) sorted by null
/external/swiftshader/third_party/LLVM/include/llvm/Analysis/
Passes.h
134
//
createNoPathProfileInfoPass
- This pass implements the default
137
ImmutablePass *
createNoPathProfileInfoPass
();
/external/swiftshader/third_party/LLVM/lib/Analysis/
PathProfileInfo.cpp
434
ImmutablePass *llvm::
createNoPathProfileInfoPass
() { return new NoPathProfileInfo(); }
Completed in 3014 milliseconds