Home | History | Annotate | Download | only in JIT

Lines Matching defs:CurFn

334     // CurFn - The llvm function being emitted.  Only valid during
336 const Function *CurFn;
364 : SizeEstimate(0), Resolver(jit, *this), MMI(0), CurFn(0),
822 CurFn = F.getFunction();
874 CurFn = 0;