Lines Matching defs:getOrCreateAlloca
286 return getOrCreateAlloca(Access);
462 Value *BlockGenerator::getOrCreateAlloca(const MemoryAccess &Access) {
465 return getOrCreateAlloca(Access.getLatestScopArrayInfo());
468 Value *BlockGenerator::getOrCreateAlloca(const ScopArrayInfo *Array) {
478 // getOrCreateAlloca. When the values of this scalar are accessed during
485 // instead we need to check GlobalMap at each call to getOrCreateAlloca:
544 auto *ScalarAddr = getOrCreateAlloca(Array);
821 Builder.CreateStore(ScalarValue, getOrCreateAlloca(Array));
838 Builder.CreateStore(Array->getBasePtr(), getOrCreateAlloca(Array));
944 Value *ScalarAddr = getOrCreateAlloca(SAI);