Searched refs:isTopLevelValue (Results 1 – 4 of 4) sorted by relevance
208 return isTopLevelValue(v) || isForInductionVar(v); in hoistAffineIfOp()
40 bool isTopLevelValue(Value value);
91 bool mlir::isTopLevelValue(Value value) { in isTopLevelValue() function in mlir108 static bool isTopLevelValue(Value value, Region *region) { in isTopLevelValue() function175 return isTopLevelValue(dimOp.memrefOrTensor()); in isValidDim()199 if (isTopLevelValue(dimOp.memrefOrTensor())) in isDimOpValidSymbol()233 if (isTopLevelValue(value)) in isValidSymbol()259 if (region && ::isTopLevelValue(value, region)) in isValidSymbol()
639 assert((isTopLevelValue(id) || isForInductionVar(id)) && in addInductionVarOrTerminalSymbol()