Searched refs:TLIImpl (Results 1 – 2 of 2) sorted by relevance
1150 : ImmutablePass(ID), TLIImpl(), TLI(TLIImpl) { in TargetLibraryInfoWrapperPass()1155 : ImmutablePass(ID), TLIImpl(T), TLI(TLIImpl) { in TargetLibraryInfoWrapperPass()1160 const TargetLibraryInfoImpl &TLIImpl) in TargetLibraryInfoWrapperPass() argument1161 : ImmutablePass(ID), TLIImpl(TLIImpl), TLI(this->TLIImpl) { in TargetLibraryInfoWrapperPass()
333 TargetLibraryInfoImpl TLIImpl; variable