Searched refs:TouchesMemory (Results 1 – 2 of 2) sorted by relevance
889 bool TouchesMemory = I.mayLoad() || I.mayStore(); in remapInstructions() local892 if (!I.isDebugValue() && TouchesMemory && ProtectFromEscapedAllocas) { in remapInstructions()
1009 bool TouchesMemory = I.mayLoadOrStore(); in remapInstructions() local1012 if (!I.isDebugInstr() && TouchesMemory && ProtectFromEscapedAllocas) { in remapInstructions()