Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DEphemeralValuesCache.h42 const SmallPtrSetImpl<const Value *> &ephValues() { in ephValues() function
/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DInlineCost.cpp2952 EphValues = &GetEphValuesCache(F).ephValues(); in analyze()