Searched refs:getFunc (Results 1 - 2 of 2) sorted by relevance

/macosx-10.10/llvmCore-3425.0.34/lib/Transforms/IPO/
H A DMergeFunctions.cpp105 Function *getFunc() const { return Func; } function in class:__anon10613::ComparableFunction
664 if (LHS.getFunc() == RHS.getFunc() &&
667 if (!LHS.getFunc() || !RHS.getFunc())
678 return FunctionComparator(LHS.getTD(), LHS.getFunc(),
679 RHS.getFunc()).compare();
814 DEBUG(dbgs() << "Inserting as unique: " << NewF.getFunc()->getName() << '\n');
821 assert(!OldF.getFunc()->mayBeOverridden() ||
822 NewF.getFunc()
[all...]
/macosx-10.10/llvmCore-3425.0.34/include/llvm/ADT/
H A DSTLExtras.h94 inline const UnaryFunc &getFunc() const { return Fn; } function in class:llvm::mapped_iterator
132 return mapped_iterator<_Iterator, Func>(X.getCurrent() - N, X.getFunc());

Completed in 167 milliseconds