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
 These are wrappers over isa* function that allow them to be used in generic algorithms such as llvm:all_of, llvm::none_of, etc.

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)