Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/include/llvm/Analysis/
H A DLoopUnrollAnalyzer.h85 bool simplifyInstWithSCEV(Instruction *I);
87 bool visitInstruction(Instruction &I) { return simplifyInstWithSCEV(&I); } in visitInstruction()
/freebsd-12.1/contrib/llvm/lib/Analysis/
H A DLoopUnrollAnalyzer.cpp28 bool UnrolledInstAnalyzer::simplifyInstWithSCEV(Instruction *I) { in simplifyInstWithSCEV() function in UnrolledInstAnalyzer