Home
last modified time | relevance | path

Searched refs:storeHasPointerType (Results 1 – 1 of 1) sorted by relevance

/llvm-project-15.0.7/flang/lib/Optimizer/Transforms/
H A DArrayValueCopy.cpp544 const bool storeHasPointerType = hasPointerType(addr.getType()); in conflictOnLoad() local
559 } else if ((hasPointerType(ldTy) || storeHasPointerType)) { in conflictOnLoad()