OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:TargetLibraryInfoWrapperPass
(Results
1 - 25
of
53
) sorted by null
1
2
3
/external/llvm/lib/Transforms/Scalar/
ConstantProp.cpp
47
AU.addRequired<
TargetLibraryInfoWrapperPass
>();
55
INITIALIZE_PASS_DEPENDENCY(
TargetLibraryInfoWrapperPass
)
72
&getAnalysis<
TargetLibraryInfoWrapperPass
>().getTLI();
LoopInstSimplify.cpp
52
AU.addRequired<
TargetLibraryInfoWrapperPass
>();
61
INITIALIZE_PASS_DEPENDENCY(
TargetLibraryInfoWrapperPass
)
81
&getAnalysis<
TargetLibraryInfoWrapperPass
>().getTLI();
DCE.cpp
46
auto *TLIP = getAnalysisIfAvailable<
TargetLibraryInfoWrapperPass
>();
128
auto *TLIP = getAnalysisIfAvailable<
TargetLibraryInfoWrapperPass
>();
PartiallyInlineLibCalls.cpp
55
AU.addRequired<
TargetLibraryInfoWrapperPass
>();
64
&getAnalysis<
TargetLibraryInfoWrapperPass
>().getTLI();
NaryReassociate.cpp
114
AU.addPreserved<
TargetLibraryInfoWrapperPass
>();
118
AU.addRequired<
TargetLibraryInfoWrapperPass
>();
201
INITIALIZE_PASS_DEPENDENCY(
TargetLibraryInfoWrapperPass
)
217
TLI = &getAnalysis<
TargetLibraryInfoWrapperPass
>().getTLI();
MergedLoadStoreMotion.cpp
122
AU.addRequired<
TargetLibraryInfoWrapperPass
>();
174
INITIALIZE_PASS_DEPENDENCY(
TargetLibraryInfoWrapperPass
)
/external/llvm/lib/Transforms/Utils/
SimplifyInstructions.cpp
46
AU.addRequired<
TargetLibraryInfoWrapperPass
>();
56
&getAnalysis<
TargetLibraryInfoWrapperPass
>().getTLI();
109
INITIALIZE_PASS_DEPENDENCY(
TargetLibraryInfoWrapperPass
)
/external/llvm/lib/Analysis/
ObjCARCAliasAnalysis.cpp
144
INITIALIZE_PASS_DEPENDENCY(
TargetLibraryInfoWrapperPass
)
158
M.getDataLayout(), getAnalysis<
TargetLibraryInfoWrapperPass
>().getTLI()));
169
AU.addRequired<
TargetLibraryInfoWrapperPass
>();
ScalarEvolutionAliasAnalysis.cpp
125
INITIALIZE_PASS_DEPENDENCY(
TargetLibraryInfoWrapperPass
)
139
new SCEVAAResult(getAnalysis<
TargetLibraryInfoWrapperPass
>().getTLI(),
147
AU.addRequired<
TargetLibraryInfoWrapperPass
>();
ScopedNoAliasAA.cpp
186
INITIALIZE_PASS_DEPENDENCY(
TargetLibraryInfoWrapperPass
)
200
getAnalysis<
TargetLibraryInfoWrapperPass
>().getTLI()));
211
AU.addRequired<
TargetLibraryInfoWrapperPass
>();
TargetLibraryInfo.cpp
612
TargetLibraryInfoWrapperPass
::
TargetLibraryInfoWrapperPass
()
617
TargetLibraryInfoWrapperPass
::
TargetLibraryInfoWrapperPass
(const Triple &T)
622
TargetLibraryInfoWrapperPass
::
TargetLibraryInfoWrapperPass
(
631
INITIALIZE_PASS(
TargetLibraryInfoWrapperPass
, "targetlibinfo",
633
char
TargetLibraryInfoWrapperPass
::ID = 0;
635
void
TargetLibraryInfoWrapperPass
::anchor() {}
TypeBasedAliasAnalysis.cpp
596
INITIALIZE_PASS_DEPENDENCY(
TargetLibraryInfoWrapperPass
)
610
getAnalysis<
TargetLibraryInfoWrapperPass
>().getTLI()));
621
AU.addRequired<
TargetLibraryInfoWrapperPass
>();
BasicAliasAnalysis.cpp
[
all
...]
CFLAliasAnalysis.cpp
[
all
...]
GlobalsModRef.cpp
[
all
...]
Lint.cpp
128
AU.addRequired<
TargetLibraryInfoWrapperPass
>();
168
INITIALIZE_PASS_DEPENDENCY(
TargetLibraryInfoWrapperPass
)
187
TLI = &getAnalysis<
TargetLibraryInfoWrapperPass
>().getTLI();
/external/llvm/include/llvm/Analysis/
TargetLibraryInfo.h
182
friend class
TargetLibraryInfoWrapperPass
;
321
class
TargetLibraryInfoWrapperPass
: public ImmutablePass {
329
TargetLibraryInfoWrapperPass
();
330
explicit
TargetLibraryInfoWrapperPass
(const Triple &T);
331
explicit
TargetLibraryInfoWrapperPass
(const TargetLibraryInfoImpl &TLI);
/external/llvm/lib/Transforms/IPO/
InlineAlways.cpp
73
INITIALIZE_PASS_DEPENDENCY(
TargetLibraryInfoWrapperPass
)
InlineSimple.cpp
81
INITIALIZE_PASS_DEPENDENCY(
TargetLibraryInfoWrapperPass
)
PassManagerBuilder.cpp
173
FPM.add(new
TargetLibraryInfoWrapperPass
(*LibraryInfo));
214
MPM.add(new
TargetLibraryInfoWrapperPass
(*LibraryInfo));
608
PM.add(new
TargetLibraryInfoWrapperPass
(*LibraryInfo));
Inliner.cpp
81
AU.addRequired<
TargetLibraryInfoWrapperPass
>();
476
auto &TLI = getAnalysis<
TargetLibraryInfoWrapperPass
>().getTLI();
[
all
...]
/external/llvm/unittests/Analysis/
AliasAnalysisTest.cpp
116
AU.addRequired<
TargetLibraryInfoWrapperPass
>();
121
getAnalysis<
TargetLibraryInfoWrapperPass
>().getTLI(), std::move(CB)));
138
INITIALIZE_PASS_DEPENDENCY(
TargetLibraryInfoWrapperPass
)
/external/llvm/lib/Transforms/Instrumentation/
BoundsChecking.cpp
52
AU.addRequired<
TargetLibraryInfoWrapperPass
>();
168
TLI = &getAnalysis<
TargetLibraryInfoWrapperPass
>().getTLI();
/external/llvm/lib/Target/
Target.cpp
54
unwrap(PM)->add(new
TargetLibraryInfoWrapperPass
(*unwrap(TLI)));
/external/llvm/tools/llc/
llc.cpp
319
PM.add(new
TargetLibraryInfoWrapperPass
(TLII));
Completed in 1609 milliseconds
1
2
3