Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/CodeGen/
H A DCodeGenPrepare.cpp358 bool optimizeSelectInst(SelectInst *SI);
5731 bool CodeGenPrepare::optimizeSelectInst(SelectInst *SI) { in optimizeSelectInst() function in CodeGenPrepare
6779 return optimizeSelectInst(SI); in optimizeInst()