OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:MemoryUse
(Results
1 - 3
of
3
) sorted by null
/external/llvm/unittests/Transforms/Utils/
MemorySSA.cpp
102
MemoryUse
*LoadAccess = cast<
MemoryUse
>(
133
MemoryUse
*LoadAccess = cast<
MemoryUse
>(MSSA.getMemoryAccess(LoadInst));
179
MemoryUse
*LoadAccess = cast<
MemoryUse
>(MSSA.getMemoryAccess(LoadInst));
/external/llvm/include/llvm/Transforms/Utils/
MemorySSA.h
48
// ;
MemoryUse
(3)
50
// ;
MemoryUse
(4)
57
// gotten by using the
MemoryUse
associated with it, and walking from use to def
63
// otherwise be a
MemoryUse
(4). Being disambiguated means that for a given
147
///
MemoryUse
/MemoryDef, this walks the defining access.
156
friend class
MemoryUse
;
202
/// This class should never be instantiated directly; make a
MemoryUse
or
211
/// \brief Get the instruction that this
MemoryUse
represents.
245
///
MemoryUse
's is exactly the set of Instructions for which
247
class
MemoryUse
final : public MemoryUseOrDef
[
all
...]
/external/llvm/lib/Transforms/Utils/
MemorySSA.cpp
189
cast<
MemoryUse
>(&L)->setDefiningAccess(IncomingVal);
415
// Now do regular SSA renaming on the MemoryDef/
MemoryUse
. Visited will get
422
// Now optimize the
MemoryUse
's defining access to point to the nearest
424
// This ensures that
MemoryUse
's that are killed by the same store are
433
if (auto *MU = dyn_cast<
MemoryUse
>(&MA)) {
544
MUD = new
MemoryUse
(I->getContext(), nullptr, I, I->getParent());
617
if (!isa<
MemoryUse
>(MA))
[
all
...]
Completed in 137 milliseconds