OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:DemandedBitsWrapperPass
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/apache2/llvm/dist/llvm/include/llvm/Analysis/
DemandedBits.h
99
class
DemandedBitsWrapperPass
: public FunctionPass {
106
DemandedBitsWrapperPass
();
/src/external/apache2/llvm/dist/llvm/lib/Analysis/
DemandedBits.cpp
57
char
DemandedBitsWrapperPass
::ID = 0;
59
INITIALIZE_PASS_BEGIN(
DemandedBitsWrapperPass
, "demanded-bits",
63
INITIALIZE_PASS_END(
DemandedBitsWrapperPass
, "demanded-bits",
66
DemandedBitsWrapperPass
::
DemandedBitsWrapperPass
() : FunctionPass(ID) {
70
void
DemandedBitsWrapperPass
::getAnalysisUsage(AnalysisUsage &AU) const {
77
void
DemandedBitsWrapperPass
::print(raw_ostream &OS, const Module *M) const {
319
bool
DemandedBitsWrapperPass
::runOnFunction(Function &F) {
326
void
DemandedBitsWrapperPass
::releaseMemory() {
576
return new
DemandedBitsWrapperPass
();
[
all
...]
Completed in 28 milliseconds
Indexes created Fri Sep 25 00:27:33 UTC 2026