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

  /external/llvm/include/llvm/ADT/
UniqueVector.h 51 /// idFor - return the ID for an existing entry. Returns 0 if the entry is
53 unsigned idFor(const T &Entry) const {
  /external/llvm/lib/Transforms/Instrumentation/
GCOVProfiling.cpp 552 EdgeTable[((Succs.idFor(Succ)-1) * Preds.size()) +
553 (Preds.idFor(BB)-1)] = cast<Constant>(Counter);

Completed in 204 milliseconds