Searched refs:isTopLevelValue (Results 1 – 4 of 4) sorted by relevance
37 bool isTopLevelValue(Value value);43 bool isTopLevelValue(Value value, Region *region);
34 bool mlir::isTopLevelValue(Value value, Region *region) { in isTopLevelValue() function in mlir53 if (!isTopLevelValue(value, src)) in remainsLegalAfterInline()230 bool mlir::isTopLevelValue(Value value) { in isTopLevelValue() function in mlir303 return isTopLevelValue(dimOp.getSource()); in isValidDim()305 return isTopLevelValue(dimOp.getSource()); in isValidDim()329 if (isTopLevelValue(dimOp.getSource())) in isDimOpValidSymbol()366 if (isTopLevelValue(value)) in isValidSymbol()392 if (region && ::isTopLevelValue(value, region)) in isValidSymbol()
436 return isTopLevelValue(v) || isForInductionVar(v); in hoistAffineIfOp()
575 assert((isTopLevelValue(val) || isForInductionVar(val)) && in addInductionVarOrTerminalSymbol()