Home
last modified time | relevance | path

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

/external/llvm/lib/CodeGen/
DMachinePipeliner.cpp1266 unsigned MFUs2 = minFuncUnits(IS2, F2); in operator ()() local
1267 if (MFUs1 == 1 && MFUs2 == 1) in operator ()()
1269 return MFUs1 > MFUs2; in operator ()()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/
DMachinePipeliner.cpp1358 unsigned MFUs2 = minFuncUnits(IS2, F2); in operator ()() local
1359 if (MFUs1 == 1 && MFUs2 == 1) in operator ()()
1361 return MFUs1 > MFUs2; in operator ()()