HomeSort by: relevance | last modified time | path
    Searched refs:LexicalScopes (Results 1 - 10 of 10) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/lib/CodeGen/
LexicalScopes.cpp 1 //===- LexicalScopes.cpp - Collecting lexical scope info ------------------===//
9 // This file implements LexicalScopes analysis.
16 #include "llvm/CodeGen/LexicalScopes.h"
37 #define DEBUG_TYPE "lexicalscopes"
40 void LexicalScopes::reset() {
51 void LexicalScopes::initialize(const MachineFunction &Fn) {
69 void LexicalScopes::extractLexicalScopes(
124 LexicalScope *LexicalScopes::findLexicalScope(const DILocation *DL) {
142 LexicalScope *LexicalScopes::getOrCreateLexicalScope(const DILocalScope *Scope,
160 LexicalScopes::getOrCreateRegularScope(const DILocalScope *Scope)
    [all...]
LiveDebugVariables.cpp 31 #include "llvm/CodeGen/LexicalScopes.h"
469 LiveIntervals &LIS, LexicalScopes &LS);
1062 LiveIntervals &LIS, LexicalScopes &LS) {
1207 LexicalScopes LS;
  /src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
DebugHandlerBase.h 20 #include "llvm/CodeGen/LexicalScopes.h"
78 LexicalScopes LScopes;
DbgEntityHistoryCalculator.h 15 #include "llvm/CodeGen/LexicalScopes.h"
118 void trimLocationRanges(const MachineFunction &MF, LexicalScopes &LScopes,
LexicalScopes.h 1 //===- LexicalScopes.cpp - Collecting lexical scope info --------*- C++ -*-===//
9 // This file implements LexicalScopes analysis.
138 /// LexicalScopes - This class provides interface to collect and use lexical
141 class LexicalScopes {
143 LexicalScopes() = default;
252 /// for \ref LexicalScopes::getMachineBasicBlocks results.
  /src/external/apache2/llvm/lib/libLLVMCodeGen/
Makefile 61 LexicalScopes.cpp \
  /src/external/apache2/llvm/dist/llvm/lib/CodeGen/LiveDebugValues/
VarLocBasedImpl.cpp 122 #include "llvm/CodeGen/LexicalScopes.h"
296 LexicalScopes LS;
406 VarLoc(const MachineInstr &MI, LexicalScopes &LS)
457 static VarLoc CreateEntryLoc(const MachineInstr &MI, LexicalScopes &LS,
473 LexicalScopes &LS,
487 LexicalScopes &LS,
673 bool dominates(LexicalScopes &LS, MachineBasicBlock &MBB) const {
InstrRefBasedImpl.cpp 156 #include "llvm/CodeGen/LexicalScopes.h"
1333 LexicalScopes LS;
  /src/external/apache2/llvm/dist/llvm/lib/CodeGen/AsmPrinter/
DbgEntityHistoryCalculator.cpp 15 #include "llvm/CodeGen/LexicalScopes.h"
131 const MachineFunction &MF, LexicalScopes &LScopes,
DwarfDebug.cpp 25 #include "llvm/CodeGen/LexicalScopes.h"
1567 static bool validThroughout(LexicalScopes &LScopes,

Completed in 24 milliseconds