Home
last modified time | relevance | path

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

/external/swiftshader/third_party/LLVM/lib/CodeGen/
DTwoAddressInstructionPass.cpp887 bool AggressiveCommute = false; in TryInstructionTransform() local
903 AggressiveCommute = true; in TryInstructionTransform()
911 if (AggressiveCommute) in TryInstructionTransform()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/
DTwoAddressInstructionPass.cpp1223 bool AggressiveCommute = false; in tryInstructionCommute() local
1233 AggressiveCommute = true; in tryInstructionCommute()
1241 if (AggressiveCommute) { in tryInstructionCommute()
/external/llvm/lib/CodeGen/
DTwoAddressInstructionPass.cpp1177 bool AggressiveCommute = false; in tryInstructionCommute() local
1187 AggressiveCommute = true; in tryInstructionCommute()
1193 if (AggressiveCommute) in tryInstructionCommute()