Searched refs:scanSelect (Results 1 – 1 of 1) sorted by relevance
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Hexagon/ |
D | HexagonLoopIdiomRecognition.cpp | 607 bool scanSelect(SelectInst *SI, BasicBlock *LoopB, BasicBlock *PrehB, 856 bool PolynomialMultiplyRecognize::scanSelect(SelectInst *SelI, in scanSelect() function in PolynomialMultiplyRecognize 1820 if (scanSelect(SelI, LoopB, EntryB, CIV, PV, true)) { in recognize() 1873 FoundScan = scanSelect(SelI, LoopB, EntryB, CIV, PV, false); in recognize()
|