Home
last modified time | relevance | path

Searched refs:removeOperandBundle (Results 1 – 6 of 6) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DKCFI.cpp84 CallBase *Call = CallBase::removeOperandBundle(CI, LLVMContext::OB_kcfi, in run()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/ObjCARC/
H A DObjCARC.h143 auto *NewCall = CallBase::removeOperandBundle( in eraseInst()
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DInstrTypes.h1303 static CallBase *removeOperandBundle(CallBase *CB, uint32_t ID,
/freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DWholeProgramDevirt.cpp1227 auto *NewCS = CallBase::removeOperandBundle( in applySingleImplDevirt()
/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DInstructions.cpp571 CallBase *CallBase::removeOperandBundle(CallBase *CB, uint32_t ID, in removeOperandBundle() function in CallBase
/freebsd/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineCalls.cpp3965 return CallBase::removeOperandBundle(&Call, LLVMContext::OB_kcfi); in visitCallBase()