HomeSort by relevance Sort by last modified time
    Searched refs:TLIImpl (Results 1 - 2 of 2) sorted by null

  /external/llvm/lib/Analysis/
TargetLibraryInfo.cpp 613 : ImmutablePass(ID), TLIImpl(), TLI(TLIImpl) {
618 : ImmutablePass(ID), TLIImpl(T), TLI(TLIImpl) {
623 const TargetLibraryInfoImpl &TLIImpl)
624 : ImmutablePass(ID), TLIImpl(TLIImpl), TLI(this->TLIImpl) {
  /external/llvm/include/llvm/Analysis/
TargetLibraryInfo.h 322 TargetLibraryInfoImpl TLIImpl;

Completed in 189 milliseconds