Searched defs:UsingBlocks (Results 1 - 1 of 1) sorted by relevance

/external/llvm/lib/Transforms/Utils/
H A DPromoteMemoryToRegister.cpp296 SmallVector<BasicBlock*, 32> UsingBlocks; member in struct:__anon9162::AllocaInfo
307 UsingBlocks.clear();
336 UsingBlocks.push_back(LI->getParent());
427 if (Info.UsingBlocks.empty()) {
459 if (Info.UsingBlocks.empty()) {
682 SmallVector<BasicBlock*, 64> LiveInBlockWorklist(Info.UsingBlocks.begin(),
683 Info.UsingBlocks.end());
842 // Clear out UsingBlocks. We will reconstruct it here if needed.
843 Info.UsingBlocks.clear();
867 Info.UsingBlocks
[all...]

Completed in 40 milliseconds