Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/Transforms/IPO/
H A DGlobalOpt.cpp159 static bool IsSafeComputationToRemove(Value *V, const TargetLibraryInfo *TLI) { in IsSafeComputationToRemove() function
252 if (IsSafeComputationToRemove(Dead[i].first, TLI)) { in CleanupPointerRootUsers()