Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DCodeGenPrepare.cpp441 bool optimizeSelectInst(SelectInst *SI);
7508 bool CodeGenPrepare::optimizeSelectInst(SelectInst *SI) { in optimizeSelectInst() function in CodeGenPrepare
8865 return optimizeSelectInst(cast<SelectInst>(I)); in optimizeInst()