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

/external/llvm/lib/Transforms/Utils/
H A DPromoteMemoryToRegister.cpp264 void RemoveFromAllocasList(unsigned &AllocaIdx) { argument
265 Allocas[AllocaIdx] = Allocas.back();
267 --AllocaIdx;
291 bool QueuePhiNode(BasicBlock *BB, unsigned AllocaIdx, unsigned &Version);

Completed in 40 milliseconds