llvm-6502/lib/Transforms/Instrumentation/ProfilePaths
Brian Gaeke aee2fdf069 Give std::map<BasicBlock *, BasicBlock *> the short name BBMap, because
it's used 7 different times.
Rename `getBackEdges' to `findAndInstrumentBackEdges', for clarity.
Remove some excess whitespace and commented-out code.
Use shorter forms of CallInst ctors.
Do not make `reopt_threshold' visible to the LLVM program, and do not
 pass it to the call to `reoptimizerInitialize'.  Don't pass the
 GlobalVariable representing it to any of our helper methods.
 `reopt_threshold' is an internal parameter of the reoptimizer, which
 InstLoops does not need to know about.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@7794 91177308-0d34-0410-b5e6-96231b3b80d8
2003-08-12 22:00:24 +00:00
..
CombineBranch.cpp A pass to combine multiple backedges that go to same target 2003-07-18 16:08:32 +00:00
EdgeCode.cpp Merged in autoconf branch. This provides configuration via the autoconf 2003-06-30 21:59:07 +00:00
Graph.cpp DEBUG got moved to Support/Debug.h 2003-08-01 22:15:03 +00:00
Graph.h Changes to runtime framework 2003-02-14 20:41:53 +00:00
GraphAuxiliary.cpp DEBUG got moved to Support/Debug.h 2003-08-01 22:15:03 +00:00
GraphAuxillary.cpp DEBUG got moved to Support/Debug.h 2003-08-01 22:15:03 +00:00
InstLoops.cpp Give std::map<BasicBlock *, BasicBlock *> the short name BBMap, because 2003-08-12 22:00:24 +00:00
Makefile *** empty log message *** 2002-07-23 17:52:38 +00:00
ProfilePaths.cpp Merged in autoconf branch. This provides configuration via the autoconf 2003-06-30 21:59:07 +00:00
RetracePath.cpp Remove unnecesary &*'s 2003-04-23 16:37:45 +00:00