Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/
DFunctionComparator.cpp496 bool &needToCmpOperands) const { in cmpOperations()
497 needToCmpOperands = true; in cmpOperations()
509 needToCmpOperands = false; in cmpOperations()
768 bool needToCmpOperands = true; in cmpBasicBlocks() local
769 if (int Res = cmpOperations(&*InstL, &*InstR, needToCmpOperands)) in cmpBasicBlocks()
771 if (needToCmpOperands) { in cmpBasicBlocks()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Transforms/Utils/
DFunctionComparator.h278 bool &needToCmpOperands) const;