Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DGlobalOpt.cpp1858 CallBase *PreallocatedSetup = nullptr; in RemovePreallocated() local
1861 PreallocatedSetup = cast<CallBase>(*It->input_begin()); in RemovePreallocated()
1866 assert(PreallocatedSetup && "Did not find preallocated bundle"); in RemovePreallocated()
1868 cast<ConstantInt>(PreallocatedSetup->getArgOperand(0))->getZExtValue(); in RemovePreallocated()
1877 Builder.SetInsertPoint(PreallocatedSetup); in RemovePreallocated()
1890 SmallVector<User *, 2> PreallocatedArgs(PreallocatedSetup->users()); in RemovePreallocated()
1903 auto *InsertBefore = PreallocatedSetup->getNextNonDebugInstruction(); in RemovePreallocated()
1915 cast<Instruction>(PreallocatedSetup)->eraseFromParent(); in RemovePreallocated()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGBuilder.cpp6259 static const CallBase *FindPreallocatedCall(const Value *PreallocatedSetup) { in FindPreallocatedCall() argument
6260 assert(cast<CallBase>(PreallocatedSetup) in FindPreallocatedCall()
6264 for (const auto *U : PreallocatedSetup->users()) { in FindPreallocatedCall()