Searched refs:SimplifiedValues (Results 1 - 4 of 4) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DLoopUnrollAnalyzer.h49 DenseMap<Value *, Constant *> &SimplifiedValues,
51 : SimplifiedValues(SimplifiedValues), SE(SE), L(L) {
79 DenseMap<Value *, Constant *> &SimplifiedValues; member in class:llvm::UnrolledInstAnalyzer
48 UnrolledInstAnalyzer(unsigned Iteration, DenseMap<Value *, Constant *> &SimplifiedValues, ScalarEvolution &SE, const Loop *L) argument
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Analysis/
H A DLoopUnrollAnalyzer.cpp34 SimplifiedValues[I] = SC->getValue();
45 SimplifiedValues[I] = SC->getValue();
72 if (Constant *SimpleLHS = SimplifiedValues.lookup(LHS))
75 if (Constant *SimpleRHS = SimplifiedValues.lookup(RHS))
87 SimplifiedValues[&I] = C;
138 SimplifiedValues[&I] = CV;
148 COp = SimplifiedValues.lookup(I.getOperand(0));
151 // result to SimplifiedValues.
152 // The cast can be invalid, because SimplifiedValues contains results of SCEV
158 SimplifiedValues[
[all...]
H A DInlineCost.cpp292 DenseMap<Value *, Constant *> SimplifiedValues; member in class:__anon3360::CallAnalyzer
410 if (SimplifiedValues.find(I) != SimplifiedValues.end())
411 return SimplifiedValues[I];
817 if (Constant *SimpleOp = SimplifiedValues.lookup(GTI.getOperand()))
845 if (Constant *SimpleOp = SimplifiedValues.lookup(*I))
858 Constant *Size = SimplifiedValues.lookup(I.getArraySize());
936 C = SimplifiedValues.lookup(V);
978 SimplifiedValues[&I] = FirstC;
1021 if (!isa<Constant>(*I) && !SimplifiedValues
[all...]
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DLoopUnrollPass.cpp396 DenseMap<Value *, Constant *> SimplifiedValues; local
533 C = SimplifiedValues.lookup(V);
539 SimplifiedValues.clear();
541 SimplifiedValues.insert(SimplifiedInputValues.pop_back_val());
543 UnrolledInstAnalyzer Analyzer(Iteration, SimplifiedValues, SE, L);
610 SimplifiedValues.lookup(BI->getCondition())) {
621 SimplifiedValues.lookup(SI->getCondition())) {

Completed in 174 milliseconds