OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:LoopPropertiesCache
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/apache2/llvm/dist/llvm/include/llvm/Analysis/
ScalarEvolution.h
1503
DenseMap<const Loop *, LoopProperties>
LoopPropertiesCache
;
/src/external/apache2/llvm/dist/llvm/lib/Analysis/
ScalarEvolution.cpp
6464
auto Itr =
LoopPropertiesCache
.find(L);
6465
if (Itr ==
LoopPropertiesCache
.end()) {
6486
auto InsertPair =
LoopPropertiesCache
.insert({L, LP});
7195
LoopPropertiesCache
.clear();
7259
LoopPropertiesCache
.erase(CurrL);
12199
LoopPropertiesCache
(std::move(Arg.
LoopPropertiesCache
)),
Completed in 29 milliseconds
Indexes created Sat Jun 13 00:24:39 UTC 2026