Home
last modified time | relevance | path

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

/external/llvm/lib/Transforms/Utils/
DPromoteMemoryToRegister.cpp337 LargeBlockInfo &LBI, in rewriteSingleStoreAlloca() argument
366 StoreIndex = LBI.getInstructionIndex(OnlyStore); in rewriteSingleStoreAlloca()
368 if (unsigned(StoreIndex) > LBI.getInstructionIndex(LI)) { in rewriteSingleStoreAlloca()
394 LBI.deleteValue(LI); in rewriteSingleStoreAlloca()
407 LBI.deleteValue(DDI); in rewriteSingleStoreAlloca()
411 LBI.deleteValue(Info.OnlyStore); in rewriteSingleStoreAlloca()
416 LBI.deleteValue(AI); in rewriteSingleStoreAlloca()
437 LargeBlockInfo &LBI, in promoteSingleBlockAlloca() argument
450 StoresByIndex.push_back(std::make_pair(LBI.getInstructionIndex(SI), SI)); in promoteSingleBlockAlloca()
463 unsigned LoadIdx = LBI.getInstructionIndex(LI); in promoteSingleBlockAlloca()
[all …]