OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:LookupAssumptionCache
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/apache2/llvm/dist/llvm/lib/Transforms/IPO/
LoopExtractor.cpp
68
function_ref<AssumptionCache *(Function &)>
LookupAssumptionCache
)
71
LookupAssumptionCache
(
LookupAssumptionCache
) {}
80
function_ref<AssumptionCache *(Function &)>
LookupAssumptionCache
;
130
return ACT->
lookupAssumptionCache
(F);
247
AssumptionCache *AC =
LookupAssumptionCache
(Func);
274
auto
LookupAssumptionCache
= [&FAM](Function &F) -> AssumptionCache * {
278
LookupAssumptionCache
)
PartialInlining.cpp
200
: GetAssumptionCache(GetAC),
LookupAssumptionCache
(LookupAC),
271
function_ref<AssumptionCache *(Function &)>
LookupAssumptionCache
;
376
auto
LookupAssumptionCache
= [ACT](Function &F) -> AssumptionCache * {
377
return ACT->
lookupAssumptionCache
(F);
388
return PartialInlinerImpl(GetAssumptionCache,
LookupAssumptionCache
, GetTTI,
1309
FunctionCloner Cloner(&F, OMRI.get(), ORE,
LookupAssumptionCache
, GetTTI);
1339
FunctionCloner Cloner(&F, OI.get(), ORE,
LookupAssumptionCache
, GetTTI);
1536
auto
LookupAssumptionCache
= [&FAM](Function &F) -> AssumptionCache * {
1554
if (PartialInlinerImpl(GetAssumptionCache,
LookupAssumptionCache
, GetTTI,
Completed in 29 milliseconds
Indexes created Tue Sep 15 00:24:42 UTC 2026