OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:TargetTransformInfoWrapperPass
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/apache2/llvm/dist/llvm/include/llvm/Analysis/
TargetTransformInfo.h
2376
class
TargetTransformInfoWrapperPass
: public ImmutablePass {
2389
TargetTransformInfoWrapperPass
();
2391
explicit
TargetTransformInfoWrapperPass
(TargetIRAnalysis TIRA);
/src/external/apache2/llvm/dist/llvm/lib/Analysis/
TargetTransformInfo.cpp
1419
INITIALIZE_PASS(
TargetTransformInfoWrapperPass
, "tti",
1421
char
TargetTransformInfoWrapperPass
::ID = 0;
1423
void
TargetTransformInfoWrapperPass
::anchor() {}
1425
TargetTransformInfoWrapperPass
::
TargetTransformInfoWrapperPass
()
1431
TargetTransformInfoWrapperPass
::
TargetTransformInfoWrapperPass
(
1438
TargetTransformInfo &
TargetTransformInfoWrapperPass
::getTTI(const Function &F) {
1446
return new
TargetTransformInfoWrapperPass
(std::move(TIRA));
Completed in 21 milliseconds
Indexes created Mon Jun 15 00:25:07 UTC 2026