OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:mayWriteToMemory
(Results
1 - 25
of
42
) sorted by relevancy
1
2
/src/external/apache2/llvm/dist/llvm/include/llvm/Analysis/
InstructionPrecedenceTracking.h
131
bool
mayWriteToMemory
(const BasicBlock *BB) {
VectorUtils.h
688
assert(!getMember(0)->
mayWriteToMemory
() &&
911
if (!Src->
mayWriteToMemory
())
/src/external/apache2/llvm/dist/llvm/lib/Analysis/
InstructionPrecedenceTracking.cpp
144
return Insn->
mayWriteToMemory
();
MemDepPrinter.cpp
101
if (!Inst->mayReadFromMemory() && !Inst->
mayWriteToMemory
())
Loads.cpp
369
if (isa<CallInst>(BBI) && BBI->
mayWriteToMemory
() &&
588
if (Inst->
mayWriteToMemory
()) {
634
if (Inst.
mayWriteToMemory
())
VectorUtils.cpp
1069
if (B->
mayWriteToMemory
())
1130
//
mayWriteToMemory
in the case of atomic loads. We shouldn't see those
1135
(A->
mayWriteToMemory
() != B->
mayWriteToMemory
()))
AliasSetTracker.cpp
177
bool MayWriteMemory = I->
mayWriteToMemory
() && !isGuard(I) &&
DependenceAnalysis.cpp
228
return Src->
mayWriteToMemory
() && Dst->
mayWriteToMemory
();
234
return Src->
mayWriteToMemory
() && Dst->mayReadFromMemory();
240
return Src->mayReadFromMemory() && Dst->
mayWriteToMemory
();
3936
assert(Src->mayReadFromMemory() || Src->
mayWriteToMemory
());
3937
assert(Dst->mayReadFromMemory() || Dst->
mayWriteToMemory
());
GlobalsModRef.cpp
612
if (I.
mayWriteToMemory
())
MustExecute.cpp
292
if (MW.
mayWriteToMemory
(Pred))
/src/external/apache2/llvm/dist/llvm/include/llvm/IR/
Instruction.h
580
bool
mayWriteToMemory
() const;
587
return mayReadFromMemory() ||
mayWriteToMemory
();
612
// This list should be kept in sync with the list in
mayWriteToMemory
for
629
bool mayHaveSideEffects() const { return
mayWriteToMemory
() || mayThrow(); }
/src/external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/
LoopVersioningLICM.cpp
379
else if (I->
mayWriteToMemory
()) {
563
if (!Inst.mayReadFromMemory() && !Inst.
mayWriteToMemory
())
Sink.cpp
38
if (Inst->
mayWriteToMemory
()) {
DeadStoreElimination.cpp
537
if (I->
mayWriteToMemory
() && I != SecondI)
1067
if (!I->
mayWriteToMemory
())
1112
if (!UseInst->
mayWriteToMemory
())
EarlyCSE.cpp
790
bool
mayWriteToMemory
() const {
793
return Inst->
mayWriteToMemory
();
1001
// onlyReadsMemory(), mayReadFromMemory(), and
mayWriteToMemory
() in this pass
1521
if (Inst.
mayWriteToMemory
()) {
/src/external/apache2/llvm/dist/llvm/lib/Transforms/Utils/
FlattenCFG.cpp
359
if (iter1->
mayWriteToMemory
()) {
361
if (BI->mayReadFromMemory() || BI->
mayWriteToMemory
()) {
LoopRotationUtils.cpp
428
!Inst->
mayWriteToMemory
() && !Inst->isTerminator() &&
/src/external/apache2/llvm/dist/llvm/lib/Transforms/Vectorize/
VPlanSLP.cpp
134
if (LoadsSeen > 0 && VPI->
mayWriteToMemory
()) {
LoopVectorizationLegality.cpp
956
if (I.
mayWriteToMemory
()) {
/src/external/apache2/llvm/dist/llvm/lib/Transforms/InstCombine/
InstCombineLoadStoreAlloca.cpp
1435
if (BBI->
mayWriteToMemory
() || BBI->mayReadFromMemory() || BBI->mayThrow())
1525
BBI->
mayWriteToMemory
() || BBI == OtherBB->begin())
1533
if (I->mayReadFromMemory() || I->mayThrow() || I->
mayWriteToMemory
())
/src/external/apache2/llvm/dist/llvm/lib/Target/Hexagon/
HexagonVectorCombine.cpp
639
if (!Info.Inst->
mayWriteToMemory
())
1398
bool MayWrite = In.
mayWriteToMemory
();
1427
if (MayWrite || I.
mayWriteToMemory
()) {
/src/external/apache2/llvm/dist/llvm/lib/IR/
Instruction.cpp
563
bool Instruction::
mayWriteToMemory
() const {
566
case Instruction::Fence: // FIXME: refine definition of
mayWriteToMemory
/src/external/apache2/llvm/dist/llvm/lib/Target/AArch64/
AArch64StackTagging.cpp
376
if (BI->
mayWriteToMemory
() || BI->mayReadFromMemory())
/src/external/apache2/llvm/dist/llvm/lib/Target/ARM/
ARMParallelDSP.cpp
360
if (I.
mayWriteToMemory
())
/src/external/apache2/llvm/dist/llvm/lib/Transforms/IPO/
FunctionAttrs.cpp
220
WritesMemory |= I->
mayWriteToMemory
();
Completed in 50 milliseconds
1
2
Indexes created Mon Jun 15 00:25:07 UTC 2026