Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Transforms/IPO/
H A DCalledValuePropagation.cpp87 bool isFunctionSet() const { return LatticeState == FunctionSet; } in isFunctionSet() function in __anone891627b0111::CVPLatticeVal
393 if (!LV.isFunctionSet() || LV.getFunctions().empty()) in runCVP()