Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Transforms/IPO/
H A DGlobalOpt.cpp1887 CallBase *PreallocatedSetup = nullptr; in RemovePreallocated() local
1890 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()
/openbsd-src/gnu/llvm/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGBuilder.cpp5843 static const CallBase *FindPreallocatedCall(const Value *PreallocatedSetup) { in FindPreallocatedCall() argument
5844 assert(cast<CallBase>(PreallocatedSetup) in FindPreallocatedCall()
5848 for (const auto *U : PreallocatedSetup->users()) { in FindPreallocatedCall()