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

/external/llvm/lib/Transforms/Utils/
H A DPromoteMemoryToRegister.cpp302 void DetermineInsertionPoint(AllocaInst *AI, unsigned AllocaNum,
529 for (unsigned AllocaNum = 0; AllocaNum != Allocas.size(); ++AllocaNum) {
530 AllocaInst *AI = Allocas[AllocaNum];
545 RemoveFromAllocasList(AllocaNum);
559 RemoveFromAllocasList(AllocaNum);
571 RemoveFromAllocasList(AllocaNum);
605 PointerAllocaValues[AllocaNum] = Info.AllocaPointerVal;
609 AllocaDbgDeclares[AllocaNum]
842 DetermineInsertionPoint(AllocaInst *AI, unsigned AllocaNum, AllocaInfo &Info) argument
[all...]

Completed in 91 milliseconds