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.cpp5203 if (!SimplifiedValue) in getAsStr()
5206 if (!*SimplifiedValue) in getAsStr()
5209 if (ConstantInt *CI = dyn_cast<ConstantInt>(*SimplifiedValue)) in getAsStr()
5234 (SimplifiedValue && *SimplifiedValue == nullptr)) && in initialize()
5242 return SimplifiedValue; in initialize()
5271 if (SimplifiedValue && *SimplifiedValue) { in manifest()
5273 A.changeAfterManifest(IRPosition::inst(I), **SimplifiedValue); in manifest()
5278 if (auto *C = dyn_cast<ConstantInt>(*SimplifiedValue)) in manifest()
5290 << **SimplifiedValue << "\n"); in manifest()
5299 SimplifiedValue = nullptr; in indicatePessimisticFixpoint()
[all …]