Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DEarlyCSE.cpp541 ScopedHTType AvailableValues; member in __anon0a18f2bf0311::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()
1298 if (auto *KnownCond = AvailableValues.lookup(CondI)) { in processNode()
1356 if (Value *V = AvailableValues.lookup(&Inst)) { in processNode()
1375 AvailableValues.insert(&Inst, &Inst); in processNode()
1585 AvailableValues, AvailableLoads, AvailableInvariants, AvailableCalls, in run()
[all …]
/freebsd-13.1/contrib/llvm-project/llvm/lib/CodeGen/LiveDebugValues/
H A DInstrRefBasedImpl.cpp3985 DenseMap<LDVSSABlock *, BlockValueNum> AvailableValues; in resolveDbgPHIs() local
3994 AvailableValues.insert(std::make_pair(Block, Num.asU64())); in resolveDbgPHIs()
3998 const auto &AvailIt = AvailableValues.find(HereBlock); in resolveDbgPHIs()
3999 if (AvailIt != AvailableValues.end()) { in resolveDbgPHIs()
4007 SSAUpdaterImpl<LDVSSAUpdater> Impl(&Updater, &AvailableValues, &CreatedPHIs); in resolveDbgPHIs()