Home
last modified time | relevance | path

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

/external/llvm/lib/Transforms/Utils/
DPromoteMemoryToRegister.cpp343 int StoreIndex = -1; in rewriteSingleStoreAlloca() local
365 if (StoreIndex == -1) in rewriteSingleStoreAlloca()
366 StoreIndex = LBI.getInstructionIndex(OnlyStore); in rewriteSingleStoreAlloca()
368 if (unsigned(StoreIndex) > LBI.getInstructionIndex(LI)) { in rewriteSingleStoreAlloca() local