Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DOpenMPOpt.cpp5205 if (!SimplifiedValue) in getAsStr()
5208 if (!*SimplifiedValue) in getAsStr()
5211 if (ConstantInt *CI = dyn_cast<ConstantInt>(*SimplifiedValue)) in getAsStr()
5235 assert((isValidState() || SimplifiedValue == nullptr) && in initialize()
5243 return SimplifiedValue; in initialize()
5272 if (SimplifiedValue && *SimplifiedValue) { in manifest()
5274 A.changeAfterManifest(IRPosition::inst(I), **SimplifiedValue); in manifest()
5279 if (auto *C = dyn_cast<ConstantInt>(*SimplifiedValue)) in manifest()
5291 << **SimplifiedValue << "\n"); in manifest()
5300 SimplifiedValue = nullptr; in indicatePessimisticFixpoint()
[all …]