Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/
H A DEarlyCSE.cpp541 ScopedHTType AvailableValues; member in __anon16fc0a160311::EarlyCSE
617 NodeScope(ScopedHTType &AvailableValues, LoadHTType &AvailableLoads, in NodeScope() argument
619 : Scope(AvailableValues), LoadScope(AvailableLoads), in NodeScope()
637 StackNode(ScopedHTType &AvailableValues, LoadHTType &AvailableLoads, in StackNode() argument
643 Scopes(AvailableValues, AvailableLoads, AvailableInvariants, in StackNode()
1079 AvailableValues.insert(Curr, TorF); in handleBranchCondition()
1248 AvailableValues.insert(CondI, ConstantInt::getTrue(BB->getContext())); in processNode()
1298 if (auto *KnownCond = AvailableValues.lookup(CondI)) { in processNode()
1315 AvailableValues.insert(CondI, ConstantInt::getTrue(BB->getContext())); in processNode()
1356 if (Value *V = AvailableValues.lookup(&Inst)) { in processNode()
[all …]