Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/IPO/
H A DGlobalOpt.cpp1811 CallBase *PreallocatedSetup = nullptr; in RemovePreallocated() local
1814 PreallocatedSetup = cast<CallBase>(*It->input_begin()); in RemovePreallocated()
1819 assert(PreallocatedSetup && "Did not find preallocated bundle"); in RemovePreallocated()
1821 cast<ConstantInt>(PreallocatedSetup->getArgOperand(0))->getZExtValue(); in RemovePreallocated()
1830 Builder.SetInsertPoint(PreallocatedSetup); in RemovePreallocated()
1846 SmallVector<User *, 2> PreallocatedArgs(PreallocatedSetup->users()); in RemovePreallocated()
1861 auto *InsertBefore = PreallocatedSetup->getNextNonDebugInstruction(); in RemovePreallocated()
1875 cast<Instruction>(PreallocatedSetup)->eraseFromParent(); in RemovePreallocated()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGBuilder.cpp5741 static const CallBase *FindPreallocatedCall(const Value *PreallocatedSetup) { in FindPreallocatedCall() argument
5742 assert(cast<CallBase>(PreallocatedSetup) in FindPreallocatedCall()
5746 for (auto *U : PreallocatedSetup->users()) { in FindPreallocatedCall()