Searched refs:findVar (Results 1 – 5 of 5) sorted by relevance
| /llvm-project-15.0.7/clang/lib/Analysis/ |
| H A D | UninitializedValues.cpp | 251 static FindVarResult findVar(const Expr *E, const DeclContext *DC) { in findVar() function 366 FindVarResult Var = findVar(E, DC); in classify() 500 FindVarResult findVar(const Expr *ex) { in findVar() function in __anon812707660511::TransferFunctions 501 return ::findVar(ex, cast<DeclContext>(ac.getDecl())); in findVar() 601 return vd == findVar(output).getDecl() && in getUninitUse() 766 FindVarResult Var = findVar(BO->getLHS()); in VisitBinaryOperator() 825 if (const VarDecl *VD = findVar(Ex).getDecl()) in VisitGCCAsmStmt()
|
| /llvm-project-15.0.7/mlir/lib/Dialect/Affine/Analysis/ |
| H A D | AffineStructures.cpp | 418 if (b->findVar(aDimValue, &loc)) { in mergeAndAlignVars() 510 if (cst->findVar(value, &pos) && pos >= cst->getNumDimVars() && in turnSymbolIntoDim() 536 if (other.findVar(aSymValue, &loc) && loc >= other.getNumDimVars() && in mergeSymbolVars() 596 if (!findVar(forOp.getInductionVar(), &pos)) { in addAffineForOpDomain() 1294 if (!findVar(values[i], &pos)) in addSliceBounds() 1329 bool FlatAffineValueConstraints::findVar(Value val, unsigned *pos) const { in findVar() function in FlatAffineValueConstraints 1366 if (!findVar(val, &pos)) in addBound() 1415 bool ret = findVar(val, &pos); in projectOut()
|
| H A D | AffineAnalysis.cpp | 474 if (rel.findVar(domain.getValue(i), &loc)) { in getAccessRelation()
|
| /llvm-project-15.0.7/mlir/include/mlir/Dialect/Affine/Analysis/ |
| H A D | AffineStructures.h | 266 bool findVar(Value val, unsigned *pos) const;
|
| /llvm-project-15.0.7/mlir/lib/Dialect/Linalg/Utils/ |
| H A D | Utils.cpp | 248 constraints.findVar(value, &pos); in getUpperBoundForIndex() 254 bool exists = constraints.findVar(value, &pos); in getUpperBoundForIndex()
|