HomeSort by relevance Sort by last modified time
    Searched refs:DOTGraphTraitsViewer (Results 1 - 3 of 3) sorted by null

  /external/llvm/lib/Analysis/
DomPrinter.cpp 85 : public DOTGraphTraitsViewer<DominatorTree, false> {
87 DomViewer() : DOTGraphTraitsViewer<DominatorTree, false>("dom", ID){
93 : public DOTGraphTraitsViewer<DominatorTree, true> {
95 DomOnlyViewer() : DOTGraphTraitsViewer<DominatorTree, true>("domonly", ID){
101 : public DOTGraphTraitsViewer<PostDominatorTree, false> {
104 DOTGraphTraitsViewer<PostDominatorTree, false>("postdom", ID){
110 : public DOTGraphTraitsViewer<PostDominatorTree, true> {
113 DOTGraphTraitsViewer<PostDominatorTree, true>("postdomonly", ID){
RegionPrinter.cpp 146 : public DOTGraphTraitsViewer<RegionInfo, false> {
148 RegionViewer() : DOTGraphTraitsViewer<RegionInfo, false>("reg", ID){
155 : public DOTGraphTraitsViewer<RegionInfo, true> {
157 RegionOnlyViewer() : DOTGraphTraitsViewer<RegionInfo, true>("regonly", ID) {
  /external/llvm/include/llvm/Analysis/
DOTGraphTraitsPass.h 23 class DOTGraphTraitsViewer : public FunctionPass {
25 DOTGraphTraitsViewer(StringRef GraphName, char &ID)

Completed in 182 milliseconds