Home | History | Annotate | Download | only in Scalar

Lines Matching refs:Impl

81     JumpThreadingPass Impl;
85 JumpThreading(int T = -1) : FunctionPass(ID), Impl(T) {
98 void releaseMemory() override { Impl.releaseMemory(); }
132 return Impl.runImpl(F, TLI, LVI, HasProfileData, std::move(BFI),