Searched refs:idFor (Results 1 - 3 of 3) sorted by relevance

/external/llvm/include/llvm/ADT/
H A DUniqueVector.h56 /// idFor - return the ID for an existing entry. Returns 0 if the entry is
58 unsigned idFor(const T &Entry) const { function in class:llvm::UniqueVector
/external/llvm/lib/Bitcode/Writer/
H A DValueEnumerator.cpp121 unsigned ComdatID = Comdats.idFor(C);
/external/llvm/lib/Transforms/Instrumentation/
H A DGCOVProfiling.cpp734 EdgeTable[((Succs.idFor(Succ)-1) * Preds.size()) +
735 (Preds.idFor(BB)-1)] = cast<Constant>(Counter);

Completed in 462 milliseconds