Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DEarlyCSE.cpp663 ScopedHTType AvailableValues; member in __anon2439b80b0411::EarlyCSE
747 NodeScope(ScopedHTType &AvailableValues, LoadHTType &AvailableLoads, in NodeScope() argument
750 : Scope(AvailableValues), LoadScope(AvailableLoads), in NodeScope()
770 StackNode(ScopedHTType &AvailableValues, LoadHTType &AvailableLoads, in StackNode() argument
777 Scopes(AvailableValues, AvailableLoads, AvailableInvariants, in StackNode()
1223 AvailableValues.insert(Curr, TorF); in handleBranchCondition()
1409 AvailableValues.insert(CondI, ConstantInt::getTrue(BB->getContext())); in processNode()
1465 if (auto *KnownCond = AvailableValues.lookup(CondI)) { in processNode()
1482 AvailableValues.insert(CondI, ConstantInt::getTrue(BB->getContext())); in processNode()
1530 if (Value *V = AvailableValues.lookup(&Inst)) { in processNode()
[all …]
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/LiveDebugValues/
H A DInstrRefBasedImpl.cpp4163 DenseMap<LDVSSABlock *, BlockValueNum> AvailableValues; in resolveDbgPHIsImpl() local
4172 AvailableValues.insert(std::make_pair(Block, Num.asU64())); in resolveDbgPHIsImpl()
4176 const auto &AvailIt = AvailableValues.find(HereBlock); in resolveDbgPHIsImpl()
4177 if (AvailIt != AvailableValues.end()) { in resolveDbgPHIsImpl()
4185 SSAUpdaterImpl<LDVSSAUpdater> Impl(&Updater, &AvailableValues, &CreatedPHIs); in resolveDbgPHIsImpl()