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.h420 class OperandBundlesGuard {
425 OperandBundlesGuard(IRBuilderBase &B) in OperandBundlesGuard() function
428 OperandBundlesGuard(const OperandBundlesGuard &) = delete;
429 OperandBundlesGuard &operator=(const OperandBundlesGuard &) = delete;
431 ~OperandBundlesGuard() { in ~OperandBundlesGuard()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DSimplifyLibCalls.cpp3701 IRBuilderBase::OperandBundlesGuard Guard(Builder); in optimizeCall()
4137 IRBuilderBase::OperandBundlesGuard Guard(Builder); in optimizeCall()