Lines Matching refs:We
6 We use opt to do Bytecode-to-bytecode instrumentation. Look at
16 target of the back-edge and the branch that causes the back-edge). We
23 We remove the first-level instrumentation by overwriting the CALL to
27 LLVM BasicBlock*s. We only keep track of paths that start at the
51 and the return address of the countPath call. We keep track of the
52 number of iterations and the number of paths. We only run this
57 we have more than 5 we take the ones that are executed the most. We
71 We turn off llvm_first_trigger() calls with NOPs, but this would hide
75 We have a SIGALRM timer that counts time for us. Every time we get a
94 We copy the code from the original to the instrumentation version
104 We are restricted to using single instructions to branch between the
111 We use a dummy function that is full of a bunch of for loops which we
129 We cannot deal with discontiguous trace cache areas. The trace cache
132 We generate instrumentation traces and optimized traces into separate
133 trace caches. We keep the instrumented code around because you don't