Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/Transforms/Utils/
H A DSimplifyLibCalls.cpp133 static bool isLocallyOpenedFile(Value *File, CallInst *CI, IRBuilder<> &B, in isLocallyOpenedFile() function
2297 if (isLocallyOpenedFile(CI->getArgOperand(3), CI, B, TLI)) in optimizeFWrite()
2315 if (isLocallyOpenedFile(CI->getArgOperand(1), CI, B, TLI)) in optimizeFPuts()
2338 if (isLocallyOpenedFile(CI->getArgOperand(1), CI, B, TLI)) in optimizeFPutc()
2346 if (isLocallyOpenedFile(CI->getArgOperand(0), CI, B, TLI)) in optimizeFGetc()
2353 if (isLocallyOpenedFile(CI->getArgOperand(2), CI, B, TLI)) in optimizeFGets()
2361 if (isLocallyOpenedFile(CI->getArgOperand(3), CI, B, TLI)) in optimizeFRead()