Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/IPO/
DCalledValuePropagation.cpp86 bool isFunctionSet() const { return LatticeState == FunctionSet; } in isFunctionSet() function in __anonb0cc96550111::CVPLatticeVal
395 if (!LV.isFunctionSet() || LV.getFunctions().empty()) in runCVP()