OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:PostDominatorTreeWrapperPass
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/apache2/llvm/dist/llvm/include/llvm/Analysis/
PostDominators.h
73
struct
PostDominatorTreeWrapperPass
: public FunctionPass {
78
PostDominatorTreeWrapperPass
();
/src/external/apache2/llvm/dist/llvm/lib/Analysis/
PostDominators.cpp
35
char
PostDominatorTreeWrapperPass
::ID = 0;
37
PostDominatorTreeWrapperPass
::
PostDominatorTreeWrapperPass
()
42
INITIALIZE_PASS(
PostDominatorTreeWrapperPass
, "postdomtree",
76
bool
PostDominatorTreeWrapperPass
::runOnFunction(Function &F) {
81
void
PostDominatorTreeWrapperPass
::verifyAnalysis() const {
88
void
PostDominatorTreeWrapperPass
::print(raw_ostream &OS, const Module *) const {
93
return new
PostDominatorTreeWrapperPass
();
Completed in 25 milliseconds
Indexes created Tue Aug 04 00:24:20 UTC 2026