Searched refs:PreallocatedSetup (Results 1 – 2 of 2) sorted by relevance
1846 CallBase *PreallocatedSetup = nullptr; in RemovePreallocated() local1849 PreallocatedSetup = cast<CallBase>(*It->input_begin()); in RemovePreallocated()1854 assert(PreallocatedSetup && "Did not find preallocated bundle"); in RemovePreallocated()1856 cast<ConstantInt>(PreallocatedSetup->getArgOperand(0))->getZExtValue(); in RemovePreallocated()1865 Builder.SetInsertPoint(PreallocatedSetup); in RemovePreallocated()1878 SmallVector<User *, 2> PreallocatedArgs(PreallocatedSetup->users()); in RemovePreallocated()1891 auto *InsertBefore = PreallocatedSetup->getNextNonDebugInstruction(); in RemovePreallocated()1903 cast<Instruction>(PreallocatedSetup)->eraseFromParent(); in RemovePreallocated()
6018 static const CallBase *FindPreallocatedCall(const Value *PreallocatedSetup) { in FindPreallocatedCall() argument6019 assert(cast<CallBase>(PreallocatedSetup) in FindPreallocatedCall()6023 for (const auto *U : PreallocatedSetup->users()) { in FindPreallocatedCall()