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.cpp657 ScopedHTType AvailableValues; member in __anon2439b80b0411::EarlyCSE
741 NodeScope(ScopedHTType &AvailableValues, LoadHTType &AvailableLoads, in NodeScope() argument
744 : Scope(AvailableValues), LoadScope(AvailableLoads), in NodeScope()
764 StackNode(ScopedHTType &AvailableValues, LoadHTType &AvailableLoads, in StackNode() argument
771 Scopes(AvailableValues, AvailableLoads, AvailableInvariants, in StackNode()
1212 AvailableValues.insert(Curr, TorF); in handleBranchCondition()
1416 AvailableValues.insert(CondI, ConstantInt::getTrue(BB->getContext())); in processNode()
1472 if (auto *KnownCond = AvailableValues.lookup(CondI)) { in processNode()
1489 AvailableValues.insert(CondI, ConstantInt::getTrue(BB->getContext())); in processNode()
1542 if (Value *V = AvailableValues.lookup(&Inst)) { in processNode()
[all …]
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/LiveDebugValues/
H A DInstrRefBasedImpl.cpp4188 DenseMap<LDVSSABlock *, BlockValueNum> AvailableValues; in resolveDbgPHIsImpl() local
4197 AvailableValues.insert(std::make_pair(Block, Num.asU64())); in resolveDbgPHIsImpl()
4201 const auto &AvailIt = AvailableValues.find(HereBlock); in resolveDbgPHIsImpl()
4202 if (AvailIt != AvailableValues.end()) { in resolveDbgPHIsImpl()
4210 SSAUpdaterImpl<LDVSSAUpdater> Impl(&Updater, &AvailableValues, &CreatedPHIs); in resolveDbgPHIsImpl()