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

/external/swiftshader/third_party/LLVM/lib/Transforms/Utils/
H A DPromoteMemoryToRegister.cpp275 void DetermineInsertionPoint(AllocaInst *AI, unsigned AllocaNum,
394 for (unsigned AllocaNum = 0; AllocaNum != Allocas.size(); ++AllocaNum) {
395 AllocaInst *AI = Allocas[AllocaNum];
410 RemoveFromAllocasList(AllocaNum);
442 RemoveFromAllocasList(AllocaNum);
476 RemoveFromAllocasList(AllocaNum);
517 PointerAllocaValues[AllocaNum] = Info.AllocaPointerVal;
520 if (Info.DbgDeclare) AllocaDbgDeclares[AllocaNum]
743 DetermineInsertionPoint(AllocaInst *AI, unsigned AllocaNum, AllocaInfo &Info) argument
[all...]

Completed in 142 milliseconds