Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Utils/
H A DPromoteMemoryToRegister.cpp360 int StoreIndex = -1; in rewriteSingleStoreAlloca() local
380 if (StoreIndex == -1) in rewriteSingleStoreAlloca()
381 StoreIndex = LBI.getInstructionIndex(OnlyStore); in rewriteSingleStoreAlloca()
383 if (unsigned(StoreIndex) > LBI.getInstructionIndex(LI)) { in rewriteSingleStoreAlloca() local