Searched refs:hasMemoryWrite (Results 1 - 1 of 1) sorted by relevance

/freebsd-10.2-release/contrib/llvm/lib/Transforms/Scalar/
H A DDeadStoreElimination.cpp148 /// hasMemoryWrite - Does this instruction write some memory? This only returns
150 static bool hasMemoryWrite(Instruction *I, const TargetLibraryInfo *TLI) { function
228 /// getLocForRead - Return the location read by the specified "hasMemoryWrite"
232 assert(hasMemoryWrite(Inst, AA.getTargetLibraryInfo()) &&
252 default: llvm_unreachable("doesn't pass 'hasMemoryWrite' predicate");
505 if (!hasMemoryWrite(Inst, TLI))
672 if (!hasMemoryWrite(Dependency, TLI) || !isRemovable(Dependency))
757 if (hasMemoryWrite(BBI, TLI) && isRemovable(BBI)) {

Completed in 79 milliseconds