OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:printStyle
(Results
1 - 3
of
3
) sorted by null
/external/llvm/lib/Analysis/
RegionInfo.cpp
50
static cl::opt<Region::
PrintStyle
, true> printStyleX("print-region-style",
51
cl::location(RegionInfo::
printStyle
),
/external/llvm/include/llvm/Analysis/
RegionInfoImpl.h
475
PrintStyle
Style) const {
512
print(dbgs(), true, getDepth(), RegionInfoBase<Tr>::
printStyle
);
777
typename Tr::RegionT::
PrintStyle
RegionInfoBase<Tr>::
printStyle
=
783
TopLevelRegion->print(OS, true, 0,
printStyle
);
RegionInfo.h
415
///
PrintStyle
- Print region in difference ways.
416
enum
PrintStyle
{ PrintNone, PrintBB, PrintRN };
424
PrintStyle
Style = PrintNone) const;
738
static typename RegionT::
PrintStyle
printStyle
;
[
all
...]
Completed in 217 milliseconds