Lines Matching refs:use_empty
1214 return CI->use_empty() ? (Value*)CI : in OptimizeFixedFormatString()
1220 if (!CI->use_empty()) in OptimizeFixedFormatString()
1226 if (CI->use_empty() || !Res) return Res; in OptimizeFixedFormatString()
1238 return (CI->use_empty() || !NewCI) ? in OptimizeFixedFormatString()
1249 if (CI->use_empty() || !Res) return Res; in OptimizeFixedFormatString()
1410 if (Bytes == 1 && CI->use_empty()) { // fwrite(S,1,1,F) -> fputc(S[0],F) in CallOptimizer()
1432 !CI->use_empty()) in CallOptimizer()
1489 if (!CI->getArgOperand(2)->getType()->isPointerTy() || !CI->use_empty()) in OptimizeFixedFormatString()
1540 if (Str.empty() && CI->use_empty()) { in CallOptimizer()
1543 if (CI->use_empty() || !Res) return Res; in CallOptimizer()
1794 if (CI != Result && !CI->use_empty()) { in runOnFunction()