Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonVectorLoopCarriedReuse.cpp64 class DepChain { class
68 bool isIdentical(DepChain &Other) const { in isIdentical()
111 friend raw_ostream &operator<< (raw_ostream &OS, const DepChain &D);
115 raw_ostream &operator<<(raw_ostream &OS, const DepChain &D) { in operator <<()
133 std::map<Instruction *, DepChain *> DepChains;
182 SetVector<DepChain *> Dependences;
190 void findDepChainFromPHI(Instruction *I, DepChain &D);
193 DepChain *getDepChainBtwn(Instruction *I1, Instruction *I2, int Iters);
424 std::map<Instruction *, DepChain *> DepChains; in findValueToReuse()
445 DepChain *D = getDepChainBtwn(OpInst, BEOpInst, Iters); in findValueToReuse()
[all …]