|
LLVM
3.7.0
|
#include "llvm/Analysis/LoopInfo.h"#include "llvm/IR/Instructions.h"#include "llvm/IR/PatternMatch.h"#include "llvm/IR/ValueHandle.h"#include "llvm/Support/Debug.h"#include "llvm/Analysis/ScalarEvolution.h"#include "llvm/Analysis/ScalarEvolutionExpressions.h"#include "llvm/IR/Module.h"#include "llvm/Transforms/Utils/LoopUtils.h"Go to the source code of this file.
Macros | |
| #define | DEBUG_TYPE "loop-utils" |
| #define DEBUG_TYPE "loop-utils" |
Definition at line 27 of file LoopUtils.cpp.
1.8.6