Searched refs:persistent_alloc (Results 1 – 2 of 2) sorted by relevance
204 /// \param[in] persistent_alloc209 bool RewritePersistentAlloc(llvm::Instruction *persistent_alloc);
865 bool IRForTarget::RewritePersistentAlloc(llvm::Instruction *persistent_alloc) { in RewritePersistentAlloc() argument868 AllocaInst *alloc = dyn_cast<AllocaInst>(persistent_alloc); in RewritePersistentAlloc()