OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:hasmemorywrite
(Results
1 - 1
of
1
) sorted by null
/external/llvm/lib/Transforms/Scalar/
DeadStoreElimination.cpp
141
///
hasMemoryWrite
- Does this instruction write some memory? This only returns
143
static bool
hasMemoryWrite
(Instruction *I) {
199
/// getLocForRead - Return the location read by the specified "
hasMemoryWrite
"
203
assert(
hasMemoryWrite
(Inst) && "Unknown instruction case");
222
default: assert(0 && "doesn't pass '
hasMemoryWrite
' predicate");
435
if (!
hasMemoryWrite
(Inst))
548
if (!
hasMemoryWrite
(Dependency) || !isRemovable(Dependency))
605
if (
hasMemoryWrite
(BBI) && isRemovable(BBI)) {
Completed in 127 milliseconds