OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:TypeBasedAAWrapperPass
(Results
1 - 3
of
3
) sorted by relevancy
/src/external/apache2/llvm/dist/llvm/include/llvm/Analysis/
TypeBasedAliasAnalysis.h
71
class
TypeBasedAAWrapperPass
: public ImmutablePass {
77
TypeBasedAAWrapperPass
();
/src/external/apache2/llvm/dist/llvm/lib/Analysis/
TypeBasedAliasAnalysis.cpp
715
char
TypeBasedAAWrapperPass
::ID = 0;
716
INITIALIZE_PASS(
TypeBasedAAWrapperPass
, "tbaa", "Type-Based Alias Analysis",
720
return new
TypeBasedAAWrapperPass
();
723
TypeBasedAAWrapperPass
::
TypeBasedAAWrapperPass
() : ImmutablePass(ID) {
727
bool
TypeBasedAAWrapperPass
::doInitialization(Module &M) {
732
bool
TypeBasedAAWrapperPass
::doFinalization(Module &M) {
737
void
TypeBasedAAWrapperPass
::getAnalysisUsage(AnalysisUsage &AU) const {
AliasAnalysis.cpp
851
INITIALIZE_PASS_DEPENDENCY(
TypeBasedAAWrapperPass
)
887
if (auto *WrapperPass = getAnalysisIfAvailable<
TypeBasedAAWrapperPass
>())
921
AU.addUsedIfAvailable<
TypeBasedAAWrapperPass
>();
949
if (auto *WrapperPass = P.getAnalysisIfAvailable<
TypeBasedAAWrapperPass
>())
1001
AU.addUsedIfAvailable<
TypeBasedAAWrapperPass
>();
Completed in 52 milliseconds
Indexes created Fri Sep 25 00:27:33 UTC 2026