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

/external/llvm/lib/Transforms/Instrumentation/
H A DGCOVProfiling.cpp493 GlobalVariable *EdgeTable = local
509 Builder.CreateConstInBoundsGEP2_64(EdgeTable, 0,
545 Constant **EdgeTable = new Constant*[Succs.size() * Preds.size()]; local
548 EdgeTable[i] = NullValue;
560 EdgeTable[((Succs.idFor(Succ)-1) * Preds.size()) +
567 ArrayRef<Constant*> V(&EdgeTable[0], Succs.size() * Preds.size());

Completed in 142 milliseconds