Searched refs:isNeverEqualToUnescapedAlloc (Results 1 - 1 of 1) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstructionCombining.cpp2418 static bool isNeverEqualToUnescapedAlloc(Value *V, const TargetLibraryInfo *TLI, function
2458 // not escaped (see isNeverEqualToUnescapedAlloc).
2462 if (!isNeverEqualToUnescapedAlloc(ICI->getOperand(OtherIndex), TLI, AI))

Completed in 87 milliseconds