Searched refs:SCEVOperand (Results 1 – 2 of 2) sorted by relevance
| /freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/Transforms/Utils/ |
| D | ScalarEvolutionExpander.h | 46 struct SCEVOperand { struct 47 explicit SCEVOperand(unsigned Opc, int Idx, const SCEV *S) : in SCEVOperand() argument 245 SmallVector<SCEVOperand, 8> Worklist; 251 const SCEVOperand WorkItem = Worklist.pop_back_val(); 410 bool isHighCostExpansionHelper(const SCEVOperand &WorkItem, Loop *L, 415 SmallVectorImpl<SCEVOperand> &Worklist);
|
| /freebsd-12-stable/contrib/llvm-project/llvm/lib/Transforms/Utils/ |
| D | ScalarEvolutionExpander.cpp | 2240 const SCEVOperand &WorkItem, const TargetTransformInfo &TTI, in costAndCollectOperands() 2242 SmallVectorImpl<SCEVOperand> &Worklist) { in costAndCollectOperands() 2382 const SCEVOperand &WorkItem, Loop *L, const Instruction &At, in isHighCostExpansionHelper() 2385 SmallVectorImpl<SCEVOperand> &Worklist) { in isHighCostExpansionHelper()
|