OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:getClobberingMemoryAccess
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/apache2/llvm/dist/llvm/include/llvm/Analysis/
MemorySSA.h
1021
MemoryAccess *
getClobberingMemoryAccess
(const Instruction *I) {
1024
return
getClobberingMemoryAccess
(MA);
1027
/// Does the same thing as
getClobberingMemoryAccess
(const Instruction *I),
1029
virtual MemoryAccess *
getClobberingMemoryAccess
(MemoryAccess *) = 0;
1042
virtual MemoryAccess *
getClobberingMemoryAccess
(MemoryAccess *,
1063
//
getClobberingMemoryAccess
.
1064
using MemorySSAWalker::
getClobberingMemoryAccess
;
1066
MemoryAccess *
getClobberingMemoryAccess
(MemoryAccess *) override;
1067
MemoryAccess *
getClobberingMemoryAccess
(MemoryAccess *,
/src/external/apache2/llvm/dist/llvm/lib/Analysis/
MemorySSA.cpp
1034
using MemorySSAWalker::
getClobberingMemoryAccess
;
1036
MemoryAccess *
getClobberingMemoryAccess
(MemoryAccess *MA, unsigned &UWL) {
1039
MemoryAccess *
getClobberingMemoryAccess
(MemoryAccess *MA,
1045
MemoryAccess *
getClobberingMemoryAccess
(MemoryAccess *MA) override {
1047
return
getClobberingMemoryAccess
(MA, UpwardWalkLimit);
1049
MemoryAccess *
getClobberingMemoryAccess
(MemoryAccess *MA,
1052
return
getClobberingMemoryAccess
(MA, Loc, UpwardWalkLimit);
1070
using MemorySSAWalker::
getClobberingMemoryAccess
;
1072
MemoryAccess *
getClobberingMemoryAccess
(MemoryAccess *MA, unsigned &UWL) {
1075
MemoryAccess *
getClobberingMemoryAccess
(MemoryAccess *MA
[
all
...]
Completed in 22 milliseconds
Indexes created Wed Jun 10 00:26:05 UTC 2026