Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Transforms/Utils/
DFunctionComparator.h118 int cmpBasicBlocks(const BasicBlock *BBL, const BasicBlock *BBR) const;
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/
DFunctionComparator.cpp762 int FunctionComparator::cmpBasicBlocks(const BasicBlock *BBL, in cmpBasicBlocks() function in FunctionComparator
866 if (int Res = cmpBasicBlocks(BBL, BBR)) in compare()