Home
last modified time | relevance | path

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

/external/llvm/lib/Transforms/Scalar/
DEarlyCSE.cpp265 ScopedHTType AvailableValues; member in __anoncdf6c96d0311::EarlyCSE
326 NodeScope(ScopedHTType &AvailableValues, LoadHTType &AvailableLoads, in NodeScope() argument
328 : Scope(AvailableValues), LoadScope(AvailableLoads), in NodeScope()
346 StackNode(ScopedHTType &AvailableValues, LoadHTType &AvailableLoads, in StackNode() argument
350 EndIter(end), Scopes(AvailableValues, AvailableLoads, AvailableCalls), in StackNode()
521 AvailableValues.insert(CondInst, ConditionalConstant); in processNode()
571 AvailableValues.insert(CondI, ConstantInt::getTrue(BB->getContext())); in processNode()
602 if (Value *V = AvailableValues.lookup(Inst)) { in processNode()
614 AvailableValues.insert(Inst, Inst); in processNode()
805 AvailableValues, AvailableLoads, AvailableCalls, CurrentGeneration, in run()
[all …]
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/
DEarlyCSE.cpp503 ScopedHTType AvailableValues; member in __anon6184f90f0311::EarlyCSE
579 NodeScope(ScopedHTType &AvailableValues, LoadHTType &AvailableLoads, in NodeScope() argument
581 : Scope(AvailableValues), LoadScope(AvailableLoads), in NodeScope()
599 StackNode(ScopedHTType &AvailableValues, LoadHTType &AvailableLoads, in StackNode() argument
605 Scopes(AvailableValues, AvailableLoads, AvailableInvariants, in StackNode()
876 AvailableValues.insert(Curr, TorF); in handleBranchCondition()
966 AvailableValues.insert(CondI, ConstantInt::getTrue(BB->getContext())); in processNode()
1008 if (auto *KnownCond = AvailableValues.lookup(CondI)) { in processNode()
1024 AvailableValues.insert(CondI, ConstantInt::getTrue(BB->getContext())); in processNode()
1064 if (Value *V = AvailableValues.lookup(Inst)) { in processNode()
[all …]
/external/llvm-project/llvm/lib/Transforms/Scalar/
DEarlyCSE.cpp521 ScopedHTType AvailableValues; member in __anon3ae9eefb0311::EarlyCSE
597 NodeScope(ScopedHTType &AvailableValues, LoadHTType &AvailableLoads, in NodeScope() argument
599 : Scope(AvailableValues), LoadScope(AvailableLoads), in NodeScope()
617 StackNode(ScopedHTType &AvailableValues, LoadHTType &AvailableLoads, in StackNode() argument
623 Scopes(AvailableValues, AvailableLoads, AvailableInvariants, in StackNode()
1054 AvailableValues.insert(Curr, TorF); in handleBranchCondition()
1223 AvailableValues.insert(CondI, ConstantInt::getTrue(BB->getContext())); in processNode()
1265 if (auto *KnownCond = AvailableValues.lookup(CondI)) { in processNode()
1282 AvailableValues.insert(CondI, ConstantInt::getTrue(BB->getContext())); in processNode()
1323 if (Value *V = AvailableValues.lookup(&Inst)) { in processNode()
[all …]