Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Target/Hexagon/
H A DHexagonVectorLoopCarriedReuse.cpp73 class DepChain { class
77 bool isIdentical(DepChain &Other) const { in isIdentical()
124 raw_ostream &operator<<(raw_ostream &OS, const DepChain &D) { in operator <<()
142 std::map<Instruction *, DepChain *> DepChains;
194 SetVector<DepChain *> Dependences;
202 void findDepChainFromPHI(Instruction *I, DepChain &D);
436 std::map<Instruction *, DepChain *> DepChains; in findValueToReuse()
487 DepChain *D = getDepChainBtwn(OpInst, BEOpInst, Iters); in findValueToReuse()
540 DepChain &D = *DepChains[I]; in reuseValue()
596 llvm::for_each(Dependences, std::default_delete<DepChain>()); in doVLCR()
[all …]