Searched refs:AvailableValues (Results 1 - 1 of 1) sorted by relevance

/freebsd-12-stable/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DEarlyCSE.cpp503 ScopedHTType AvailableValues;
579 NodeScope(ScopedHTType &AvailableValues, LoadHTType &AvailableLoads, argument
581 : Scope(AvailableValues), LoadScope(AvailableLoads),
599 StackNode(ScopedHTType &AvailableValues, LoadHTType &AvailableLoads, argument
605 Scopes(AvailableValues, AvailableLoads, AvailableInvariants,
876 AvailableValues.insert(Curr, TorF);
936 // not, add them to AvailableValues.
966 AvailableValues.insert(CondI, ConstantInt::getTrue(BB->getContext()));
1008 if (auto *KnownCond = AvailableValues.lookup(CondI)) {
1024 AvailableValues
[all...]

Completed in 98 milliseconds