OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:FirstStore
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/
LoopLoadElimination.cpp
327
// From
FirstStore
to LastLoad neither of the elimination candidate loads
337
// st3 B[i+1] -- | -' *
FirstStore
351
StoreInst *
FirstStore
=
370
std::for_each(MemInstrs.begin() + getInstrIndex(
FirstStore
) + 1,
/src/external/apache2/llvm/dist/llvm/lib/CodeGen/SelectionDAG/
DAGCombiner.cpp
7302
StoreSDNode *
FirstStore
= nullptr;
7356
FirstStore
= Store;
7367
assert(
FirstStore
&& "First store must be set");
7373
*
FirstStore
->getMemOperand(), &Fast);
7424
DAG.getStore(Chain, DL, SourceValue,
FirstStore
->getBasePtr(),
7425
FirstStore
->getPointerInfo(),
FirstStore
->getAlign());
Completed in 34 milliseconds
Indexes created Mon Jun 15 00:25:07 UTC 2026