LLVM  4.0.0
Classes | Namespaces | Typedefs
LexicalScopes.h File Reference
#include "llvm/ADT/ArrayRef.h"
#include "llvm/ADT/DenseMap.h"
#include "llvm/ADT/STLExtras.h"
#include "llvm/ADT/SmallPtrSet.h"
#include "llvm/ADT/SmallVector.h"
#include "llvm/IR/DebugLoc.h"
#include "llvm/IR/DebugInfoMetadata.h"
#include "llvm/IR/ValueHandle.h"
#include <unordered_map>
#include <utility>
Include dependency graph for LexicalScopes.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  llvm::LexicalScope
 LexicalScope - This class is used to track scope information. More...
 
class  llvm::LexicalScopes
 LexicalScopes - This class provides interface to collect and use lexical scoping information from machine instruction. More...
 

Namespaces

 llvm
 Compute iterated dominance frontiers using a linear time algorithm.
 

Typedefs

typedef std::pair< const
MachineInstr *, const
MachineInstr * > 
llvm::InsnRange
 InsnRange - This is used to track range of instructions with identical lexical scope. More...