Home
last modified time | relevance | path

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

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