Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/
H A DCodeGenPrepare.cpp402 bool optimizeSelectInst(SelectInst *SI);
6703 bool CodeGenPrepare::optimizeSelectInst(SelectInst *SI) { in optimizeSelectInst() function in CodeGenPrepare
7906 return optimizeSelectInst(cast<SelectInst>(I)); in optimizeInst()