Give std::map<BasicBlock *, BasicBlock *> the short name BBMap, because
authorBrian Gaeke <gaeke@uiuc.edu>
Tue, 12 Aug 2003 22:00:24 +0000 (22:00 +0000)
committerBrian Gaeke <gaeke@uiuc.edu>
Tue, 12 Aug 2003 22:00:24 +0000 (22:00 +0000)
commitaee2fdf0690f1e074a5193bb73005f10abba8d4b
tree353c4f2a7567ae69690f38f4f018cbe75354d1cb
parentdf17af1dc7cc6397772901b13ccb50cc3463be1b
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
lib/Transforms/Instrumentation/ProfilePaths/InstLoops.cpp