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

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

Completed in 76 milliseconds