Searched refs:PreallocatedSetup (Results 1 – 2 of 2) sorted by relevance
1887 CallBase *PreallocatedSetup = nullptr; in RemovePreallocated() local1890 PreallocatedSetup = cast<CallBase>(*It->input_begin()); in RemovePreallocated()1895 assert(PreallocatedSetup && "Did not find preallocated bundle"); in RemovePreallocated()1897 cast<ConstantInt>(PreallocatedSetup->getArgOperand(0))->getZExtValue(); in RemovePreallocated()1906 Builder.SetInsertPoint(PreallocatedSetup); in RemovePreallocated()1922 SmallVector<User *, 2> PreallocatedArgs(PreallocatedSetup->users()); in RemovePreallocated()1935 auto *InsertBefore = PreallocatedSetup->getNextNonDebugInstruction(); in RemovePreallocated()1949 cast<Instruction>(PreallocatedSetup)->eraseFromParent(); in RemovePreallocated()
5843 static const CallBase *FindPreallocatedCall(const Value *PreallocatedSetup) { in FindPreallocatedCall() argument5844 assert(cast<CallBase>(PreallocatedSetup) in FindPreallocatedCall()5848 for (const auto *U : PreallocatedSetup->users()) { in FindPreallocatedCall()