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

/external/llvm/lib/Transforms/Utils/
H A DPromoteMemoryToRegister.cpp837 int StoreIndex = -1; local
859 if (StoreIndex == -1)
860 StoreIndex = LBI.getInstructionIndex(OnlyStore);
862 if (unsigned(StoreIndex) > LBI.getInstructionIndex(LI)) {

Completed in 30 milliseconds