Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DCalledValuePropagation.cpp85 bool isFunctionSet() const { return LatticeState == FunctionSet; } in isFunctionSet() function in __anona80865c10111::CVPLatticeVal
391 if (!LV.isFunctionSet() || LV.getFunctions().empty()) in runCVP()