Home
last modified time | relevance | path

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

/external/llvm/lib/Transforms/Scalar/
DLoopStrengthReduce.cpp1606 struct IVChain { struct
1610 IVChain() : ExprBase(nullptr) {} in IVChain() argument
1612 IVChain(const IVInc &Head, const SCEV *Base) in IVChain() function
1688 SmallVector<IVChain, MaxChains> IVChainVec;
1700 void FinalizeChain(IVChain &Chain);
1702 void GenerateIVChain(const IVChain &Chain, SCEVExpander &Rewriter,
2525 bool IVChain::isProfitableIncrement(const SCEV *OperExpr, in isProfitableIncrement()
2555 isProfitableChain(IVChain &Chain, SmallPtrSetImpl<Instruction*> &Users, in isProfitableChain()
2586 for (IVChain::const_iterator I = Chain.begin(), E = Chain.end(); in isProfitableChain()
2643 IVChain &Chain = IVChainVec[ChainIdx]; in ChainInstruction()
[all …]
/external/llvm/test/Transforms/LoopStrengthReduce/
D2012-03-26-constexpr.ll4 ; The crash happened during IVChain analysis (CollectChains). We don't