Home
last modified time | relevance | path

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

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