Searched defs:TouchesMemory (Results 1 - 1 of 1) sorted by relevance

/external/llvm/lib/CodeGen/
H A DStackColoring.cpp555 bool TouchesMemory = I.mayLoad() || I.mayStore(); local
558 if (!I.isDebugValue() && TouchesMemory && ProtectFromEscapedAllocas) {

Completed in 1857 milliseconds