Searched refs:AvailableValues (Results 1 – 1 of 1) sorted by relevance
| /freebsd-12.1/contrib/llvm/lib/Transforms/Scalar/ |
| H A D | EarlyCSE.cpp | 352 ScopedHTType AvailableValues; member in __anonb85134700311::EarlyCSE 427 NodeScope(ScopedHTType &AvailableValues, LoadHTType &AvailableLoads, in NodeScope() argument 429 : Scope(AvailableValues), LoadScope(AvailableLoads), in NodeScope() 447 StackNode(ScopedHTType &AvailableValues, LoadHTType &AvailableLoads, in StackNode() argument 453 Scopes(AvailableValues, AvailableLoads, AvailableInvariants, in StackNode() 744 AvailableValues.insert(Curr, TorF); in handleBranchCondition() 876 if (auto *KnownCond = AvailableValues.lookup(CondI)) { in processNode() 932 if (Value *V = AvailableValues.lookup(Inst)) { in processNode() 950 AvailableValues.insert(Inst, Inst); in processNode() 1183 AvailableValues, AvailableLoads, AvailableInvariants, AvailableCalls, in run() [all …]
|