Home
last modified time | relevance | path

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

/external/llvm/lib/CodeGen/
DStackColoring.cpp889 bool TouchesMemory = I.mayLoad() || I.mayStore(); in remapInstructions() local
892 if (!I.isDebugValue() && TouchesMemory && ProtectFromEscapedAllocas) { in remapInstructions()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DStackColoring.cpp1009 bool TouchesMemory = I.mayLoadOrStore(); in remapInstructions() local
1012 if (!I.isDebugInstr() && TouchesMemory && ProtectFromEscapedAllocas) { in remapInstructions()