Home
last modified time | relevance | path

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

/external/llvm/include/llvm/ADT/
DUniqueVector.h59 unsigned idFor(const T &Entry) const { in idFor() function
/external/llvm/lib/Transforms/Instrumentation/
DGCOVProfiling.cpp739 EdgeTable[((Succs.idFor(Succ) - 1) * Preds.size()) + in buildEdgeLookupTable()
740 (Preds.idFor(&*BB) - 1)] = cast<Constant>(Counter); in buildEdgeLookupTable()
/external/llvm/lib/Bitcode/Writer/
DValueEnumerator.cpp387 unsigned ComdatID = Comdats.idFor(C); in getComdatID()