Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Transforms/Instrumentation/
H A DKCFI.cpp88 CallBase::removeOperandBundle(CI, LLVMContext::OB_kcfi, CI); in run()
/openbsd-src/gnu/llvm/llvm/lib/Transforms/ObjCARC/
H A DObjCARC.h142 auto *NewCall = CallBase::removeOperandBundle( in eraseInst()
/openbsd-src/gnu/llvm/llvm/include/llvm/IR/
H A DInstrTypes.h1252 static CallBase *removeOperandBundle(CallBase *CB, uint32_t ID,
/openbsd-src/gnu/llvm/llvm/lib/Transforms/InstCombine/
H A DInstCombineCalls.cpp3277 return CallBase::removeOperandBundle(&Call, LLVMContext::OB_kcfi); in visitCallBase()
/openbsd-src/gnu/llvm/llvm/lib/IR/
H A DInstructions.cpp516 CallBase *CallBase::removeOperandBundle(CallBase *CB, uint32_t ID, in removeOperandBundle() function in CallBase