Home
last modified time | relevance | path

Searched refs:simplifyInstWithSCEV (Results 1 – 4 of 4) sorted by relevance

/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Analysis/
DLoopUnrollAnalyzer.h85 bool simplifyInstWithSCEV(Instruction *I);
87 bool visitInstruction(Instruction &I) { return simplifyInstWithSCEV(&I); } in visitInstruction()
/external/llvm/include/llvm/Analysis/
DLoopUnrollAnalyzer.h85 bool simplifyInstWithSCEV(Instruction *I);
87 bool visitInstruction(Instruction &I) { return simplifyInstWithSCEV(&I); } in visitInstruction()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Analysis/
DLoopUnrollAnalyzer.cpp28 bool UnrolledInstAnalyzer::simplifyInstWithSCEV(Instruction *I) { in simplifyInstWithSCEV() function in UnrolledInstAnalyzer
/external/llvm/lib/Analysis/
DLoopUnrollAnalyzer.cpp29 bool UnrolledInstAnalyzer::simplifyInstWithSCEV(Instruction *I) { in simplifyInstWithSCEV() function in UnrolledInstAnalyzer