OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:StoreCount
(Results
1 - 3
of
3
) sorted by relevancy
/src/external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/
NewGVN.cpp
363
unsigned getStoreCount() const { return
StoreCount
; }
364
void incStoreCount() { ++
StoreCount
; }
366
assert(
StoreCount
!= 0 && "Store count went negative");
367
--
StoreCount
;
371
bool definesNoMemory() const { return
StoreCount
== 0 && memory_empty(); }
381
if (std::tie(
StoreCount
, RepLeader, RepStoredValue, RepMemoryAccess) !=
382
std::tie(Other->
StoreCount
, Other->RepLeader, Other->RepStoredValue,
426
int
StoreCount
= 0;
2162
// - The
StoreCount
of OldClass and NewClass is expected to have been updated
/src/external/apache2/llvm/dist/llvm/lib/Target/AArch64/
AArch64ISelLowering.cpp
11524
for (unsigned
StoreCount
= 0;
StoreCount
< NumStores; ++
StoreCount
) {
11530
unsigned IdxI =
StoreCount
* LaneLen * Factor + i;
11537
unsigned IdxJ =
StoreCount
* LaneLen * Factor + j;
11555
if (
StoreCount
> 0)
/src/external/apache2/llvm/dist/llvm/lib/Target/ARM/
ARMISelLowering.cpp
19887
for (unsigned
StoreCount
= 0;
StoreCount
< NumStores; ++
StoreCount
) {
19890
if (
StoreCount
> 0)
19898
unsigned IdxI =
StoreCount
* LaneLen * Factor + i;
19905
unsigned IdxJ =
StoreCount
* LaneLen * Factor + j;
Completed in 49 milliseconds
Indexes created Sun Sep 20 00:26:38 UTC 2026