Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/IPO/
H A DCalledValuePropagation.cpp84 bool isFunctionSet() const { return LatticeState == FunctionSet; } in isFunctionSet() function in __anon5039a2760111::CVPLatticeVal
390 if (!LV.isFunctionSet() || LV.getFunctions().empty()) in runCVP()