Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DIRBuilder.h423 class OperandBundlesGuard {
428 OperandBundlesGuard(IRBuilderBase &B) in OperandBundlesGuard() function
431 OperandBundlesGuard(const OperandBundlesGuard &) = delete;
432 OperandBundlesGuard &operator=(const OperandBundlesGuard &) = delete;
434 ~OperandBundlesGuard() { in ~OperandBundlesGuard()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DSimplifyLibCalls.cpp3951 IRBuilderBase::OperandBundlesGuard Guard(Builder); in optimizeCall()
4387 IRBuilderBase::OperandBundlesGuard Guard(Builder); in optimizeCall()