Displaying 2 results from an estimated 2 matches for "createregioninfopass".
2010 Dec 06
0
[LLVMdev] Question on using analysis passes to do program analysis
...the RegionInfo pass (http://wiki.llvm.org/RegionInfo) produces; for
instance, I would like to take a BasicBlock and find out whether it
terminates a region, etc.
Now the thing is I have a pointer to a llvm::Module, and I know that you can
create a llvm::PassManager, add passes to it (through
llvm::createRegionInfoPass()), and then call PassManager::run. My question
is, after the passes are run, how do I get access to the information that
the passes produce? The RegionInfo class defines some public functions that
I would like to call, but after I call PassManager::run the functions don't
return anything sensi...
2011 Apr 05
3
[LLVMdev] Building LLVM on Solaris/Sparc
...sert/llvm-objects/tools/opt/Debug+Asserts/opt.o
llvm::PrettyStackTraceEntry::PrettyStackTraceEntry()/n/fs/scratch/tpondich/ParallelAssert/llvm-objects/tools/opt/Debug+Asserts/opt.o
vtable for llvm::FindUsedTypes
/n/fs/scratch/tpondich/ParallelAssert/llvm-objects/tools/opt/Debug+Asserts/opt.o
llvm::createRegionInfoPass()
/n/fs/scratch/tpondich/ParallelAssert/llvm-objects/tools/opt/Debug+Asserts/opt.o
llvm::createRegionViewerPass()
/n/fs/scratch/tpondich/ParallelAssert/llvm-objects/tools/opt/Debug+Asserts/opt.o
llvm::cl::opt<bool, false, llvm::cl::parser<bool>
>::done()/n/fs/scratch/tpondich/Parallel...