Searched refs:TLIImpl (Results 1 – 2 of 2) sorted by relevance
613 : ImmutablePass(ID), TLIImpl(), TLI(TLIImpl) { in TargetLibraryInfoWrapperPass()618 : ImmutablePass(ID), TLIImpl(T), TLI(TLIImpl) { in TargetLibraryInfoWrapperPass()623 const TargetLibraryInfoImpl &TLIImpl) in TargetLibraryInfoWrapperPass() argument624 : ImmutablePass(ID), TLIImpl(TLIImpl), TLI(this->TLIImpl) { in TargetLibraryInfoWrapperPass()
322 TargetLibraryInfoImpl TLIImpl; variable