Searched refs:SCEVOperand (Results 1 – 2 of 2) sorted by relevance
| /netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Transforms/Utils/ |
| H A D | ScalarEvolutionExpander.h | 46 struct SCEVOperand { struct 47 explicit SCEVOperand(unsigned Opc, int Idx, const SCEV *S) : in SCEVOperand() argument 240 SmallVector<SCEVOperand, 8> Worklist; 246 const SCEVOperand WorkItem = Worklist.pop_back_val(); 405 bool isHighCostExpansionHelper(const SCEVOperand &WorkItem, Loop *L, 410 SmallVectorImpl<SCEVOperand> &Worklist);
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Utils/ |
| H A D | ScalarEvolutionExpander.cpp | 2224 const SCEVOperand &WorkItem, const TargetTransformInfo &TTI, in costAndCollectOperands() 2226 SmallVectorImpl<SCEVOperand> &Worklist) { in costAndCollectOperands() 2366 const SCEVOperand &WorkItem, Loop *L, const Instruction &At, in isHighCostExpansionHelper() 2369 SmallVectorImpl<SCEVOperand> &Worklist) { in isHighCostExpansionHelper()
|