LLVM 22.0.0git
CFGDiff.h File Reference
#include "llvm/ADT/GraphTraits.h"
#include "llvm/ADT/iterator.h"
#include "llvm/ADT/iterator_range.h"
#include "llvm/Support/CFGUpdate.h"
#include "llvm/Support/type_traits.h"
#include <cassert>
#include <cstddef>
#include <iterator>

Go to the source code of this file.

Classes

class  llvm::GraphDiff< NodePtr, InverseGraph >

Namespaces

namespace  llvm
 This is an optimization pass for GlobalISel generic memory operations.
namespace  llvm::detail
 A self-contained host- and target-independent arbitrary-precision floating-point software implementation.

Functions

template<typename Range>
auto llvm::detail::reverse_if_helper (Range &&R, std::bool_constant< false >)
template<typename Range>
auto llvm::detail::reverse_if_helper (Range &&R, std::bool_constant< true >)
template<bool B, typename Range>
auto llvm::detail::reverse_if (Range &&R)