search for: loopinst

Displaying 3 results from an estimated 3 matches for "loopinst".

2012 Jul 05
3
[LLVMdev] "symbol lookup error" while running a Simple Loop Pass
Hello; I wrote this simple loop pass to collect the number of instructions in each loop of the program. The code is as follows- #define DEBUG_TYPE "loopinst" #include "llvm/Pass.h" #include "llvm/Analysis/LoopPass.h" #include "llvm/Support/raw_ostream.h" #include "llvm/ADT/Statistic.h" #include "llvm/Instructions.h" #include "llvm/Analysis/LoopInfo.h" using namespace llvm; STATISTIC(Loo...
2012 Jul 05
0
[LLVMdev] "symbol lookup error" while running a Simple Loop Pass
...a> Date: Thu, Jul 5, 2012 at 12:34 AM Subject: "symbol lookup error" while running a Simple Loop Pass To: llvmdev at cs.uiuc.edu Hello; I wrote this simple loop pass to collect the number of instructions in each loop of the program. The code is as follows- #define DEBUG_TYPE "loopinst" #include "llvm/Pass.h" #include "llvm/Analysis/LoopPass.h" #include "llvm/Support/raw_ostream.h" #include "llvm/ADT/Statistic.h" #include "llvm/Instructions.h" #include "llvm/Analysis/LoopInfo.h" using namespace llvm; STATISTIC(Loo...
2012 Jul 05
1
[LLVMdev] "symbol lookup error" while running a Simple Loop Pass
...Subject: "symbol lookup error" while running a Simple Loop Pass > To: llvmdev at cs.uiuc.edu > > > Hello; > > I wrote this simple loop pass to collect the number of instructions in each > loop of the program. The code is as follows- > > #define DEBUG_TYPE "loopinst" > #include "llvm/Pass.h" > #include "llvm/Analysis/LoopPass.h" > #include "llvm/Support/raw_ostream.h" > #include "llvm/ADT/Statistic.h" > #include "llvm/Instructions.h" > #include "llvm/Analysis/LoopInfo.h" > &g...