Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/IPO/
H A DGlobalOpt.cpp445 static bool IsSRASequential(Type *T) { in IsSRASequential() function
463 } else if (IsSRASequential(Init->getType())) { in CanDoGlobalSRA()