Home
last modified time | relevance | path

Searched refs:TouchesMemory (Results 1 – 1 of 1) sorted by relevance

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