Home
last modified time | relevance | path

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

/external/llvm/include/llvm/ADT/
DUniqueVector.h53 unsigned idFor(const T &Entry) const { in idFor() function
/external/llvm/lib/Transforms/Instrumentation/
DGCOVProfiling.cpp560 EdgeTable[((Succs.idFor(Succ)-1) * Preds.size()) + in buildEdgeLookupTable()
561 (Preds.idFor(BB)-1)] = cast<Constant>(Counter); in buildEdgeLookupTable()