Home
last modified time | relevance | path

Searched refs:PreallocatedSetup (Results 1 – 2 of 2) sorted by relevance

/llvm-project-15.0.7/llvm/lib/Transforms/IPO/
H A DGlobalOpt.cpp1880 CallBase *PreallocatedSetup = nullptr; in RemovePreallocated() local
1883 PreallocatedSetup = cast<CallBase>(*It->input_begin()); in RemovePreallocated()
1888 assert(PreallocatedSetup && "Did not find preallocated bundle"); in RemovePreallocated()
1890 cast<ConstantInt>(PreallocatedSetup->getArgOperand(0))->getZExtValue(); in RemovePreallocated()
1899 Builder.SetInsertPoint(PreallocatedSetup); in RemovePreallocated()
1915 SmallVector<User *, 2> PreallocatedArgs(PreallocatedSetup->users()); in RemovePreallocated()
1928 auto *InsertBefore = PreallocatedSetup->getNextNonDebugInstruction(); in RemovePreallocated()
1942 cast<Instruction>(PreallocatedSetup)->eraseFromParent(); in RemovePreallocated()
/llvm-project-15.0.7/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGBuilder.cpp5775 static const CallBase *FindPreallocatedCall(const Value *PreallocatedSetup) { in FindPreallocatedCall() argument
5776 assert(cast<CallBase>(PreallocatedSetup) in FindPreallocatedCall()
5780 for (const auto *U : PreallocatedSetup->users()) { in FindPreallocatedCall()