Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/include/llvm/IR/
H A DIRBuilder.h401 class OperandBundlesGuard {
406 OperandBundlesGuard(IRBuilderBase &B) in OperandBundlesGuard() function
409 OperandBundlesGuard(const OperandBundlesGuard &) = delete;
410 OperandBundlesGuard &operator=(const OperandBundlesGuard &) = delete;
412 ~OperandBundlesGuard() { in ~OperandBundlesGuard()
/llvm-project-15.0.7/llvm/lib/Transforms/Utils/
H A DSimplifyLibCalls.cpp3379 IRBuilderBase::OperandBundlesGuard Guard(Builder); in optimizeCall()
3848 IRBuilderBase::OperandBundlesGuard Guard(Builder); in optimizeCall()