Home
last modified time | relevance | path

Searched defs:TG (Results 1 – 5 of 5) sorted by relevance

/external/clang/test/CXX/special/class.dtor/
Dp3-0x.cpp105 struct TG { struct
107 ~TG(); argument
/external/llvm/include/llvm/Support/
DTimer.h83 TimerGroup *TG; // The TimerGroup this Timer is in. variable
/external/llvm/lib/Support/
DTimer.cpp385 for (TimerGroup *TG = TimerGroupList; TG; TG = TG->Next) in printAll() local
/external/llvm/lib/Transforms/Scalar/
DSCCP.cpp1930 const DenseMap<GlobalVariable*, LatticeVal> &TG = Solver.getTrackedGlobals(); in runOnModule() local
/external/llvm/lib/IR/
DLegacyPassManager.cpp460 TimerGroup TG; member in __anon6ab166030511::TimingInfo