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

/freebsd-13-stable/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DPromoteMemoryToRegister.cpp278 void RemoveFromAllocasList(unsigned &AllocaIdx) { argument
279 Allocas[AllocaIdx] = Allocas.back();
281 --AllocaIdx;
298 bool QueuePhiNode(BasicBlock *BB, unsigned AllocaIdx, unsigned &Version);

Completed in 93 milliseconds