OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:removeMemoryAccess
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/apache2/llvm/dist/llvm/include/llvm/Analysis/
MemorySSAUpdater.h
191
/// inaccessible and it *must* have
removeMemoryAccess
called on it.
205
/// inaccessible and it *must* have
removeMemoryAccess
called on it.
217
/// load is simply erased (not replaced),
removeMemoryAccess
should be called
219
void
removeMemoryAccess
(MemoryAccess *, bool OptimizePhis = false);
224
void
removeMemoryAccess
(const Instruction *I, bool OptimizePhis = false) {
226
removeMemoryAccess
(MA, OptimizePhis);
/src/external/apache2/llvm/dist/llvm/lib/Analysis/
MemorySSAUpdater.cpp
106
removeMemoryAccess
(Phi);
237
removeMemoryAccess
(Phi);
727
removeMemoryAccess
(NewPhi);
1057
removeMemoryAccess
(NewPhi);
1305
void MemorySSAUpdater::
removeMemoryAccess
(MemoryAccess *MA, bool OptimizePhis) {
1334
// the same arguments. Instead, we prefer users to
removeMemoryAccess
those
1415
removeMemoryAccess
(&*(BBI++));
Completed in 15 milliseconds
Indexes created Wed Aug 05 00:25:39 UTC 2026