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

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

Completed in 71 milliseconds