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

/freebsd-11.0-release/contrib/llvm/lib/Transforms/Scalar/
H A DEarlyCSE.cpp282 ScopedHTType AvailableValues; member in class:__anon3181::EarlyCSE
340 NodeScope(ScopedHTType &AvailableValues, LoadHTType &AvailableLoads, argument
342 : Scope(AvailableValues), LoadScope(AvailableLoads),
360 StackNode(ScopedHTType &AvailableValues, LoadHTType &AvailableLoads, argument
364 EndIter(end), Scopes(AvailableValues, AvailableLoads, AvailableCalls),
529 AvailableValues.insert(CondInst, ConditionalConstant);
548 // not, add them to AvailableValues.
584 if (Value *V = AvailableValues.lookup(Inst)) {
594 AvailableValues.insert(Inst, Inst);
778 AvailableValues, AvailableLoad
[all...]

Completed in 47 milliseconds