Home
last modified time | relevance | path

Searched refs:TLIImpl (Results 1 – 2 of 2) sorted by relevance

/external/llvm/lib/Analysis/
DTargetLibraryInfo.cpp1150 : ImmutablePass(ID), TLIImpl(), TLI(TLIImpl) { in TargetLibraryInfoWrapperPass()
1155 : ImmutablePass(ID), TLIImpl(T), TLI(TLIImpl) { in TargetLibraryInfoWrapperPass()
1160 const TargetLibraryInfoImpl &TLIImpl) in TargetLibraryInfoWrapperPass() argument
1161 : ImmutablePass(ID), TLIImpl(TLIImpl), TLI(this->TLIImpl) { in TargetLibraryInfoWrapperPass()
/external/llvm/include/llvm/Analysis/
DTargetLibraryInfo.h333 TargetLibraryInfoImpl TLIImpl; variable