LLVM 19.0.0git
CycleInfo.cpp
Go to the documentation of this file.
1//===- CycleInfo.cpp - IR Cycle Info ----------------------------*- C++ -*-===//
2//
3// Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
4// See https://llvm.org/LICENSE.txt for license information.
5// SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
6//
7//===----------------------------------------------------------------------===//
8
9#include "llvm/IR/CycleInfo.h"
11#include "llvm/IR/CFG.h"
12
13using namespace llvm;
14
This file declares the LLVM IR specialization of the GenericCycle templates.
This template implementation resides in a separate file so that it does not get injected into every ....
This file provides various utilities for inspecting and working with the control flow graph in LLVM I...
Cycle information for a function.
A possibly irreducible generalization of a Loop.
This is an optimization pass for GlobalISel generic memory operations.
Definition: AddressRanges.h:18