Lines Matching defs:alloca
115 // If explicitly requested, allow vastart and alloca. For invoke instructions
510 // As a prior call to extractCodeRegion() may have shrinkwrapped the alloca,
519 LLVM_DEBUG(dbgs() << "Sinking alloca: " << *AI << "\n");
526 // outside region bitcast to avoid unnecessary alloca/reload instructions
585 // Either no bitcasts reference the alloca or there are unknown uses.
589 LLVM_DEBUG(dbgs() << "Sinking alloca (via bitcast): " << *AI << "\n");
598 LLVM_DEBUG(dbgs() << "Sinking bitcast-of-alloca: " << *BitcastAddr
1091 // object is a sunk alloca, or is otherwise defined in the extraction
1803 AllocaInst *alloca = new AllocaInst(
1806 params.push_back(alloca);
1807 ReloadOutputs.push_back(alloca);