Home
last modified time | relevance | path

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

/external/llvm/lib/Transforms/Instrumentation/
DGCOVProfiling.cpp652 GlobalVariable *EdgeTable = in emitProfileArcs() local
666 Builder.CreateConstInBoundsGEP2_64(EdgeTable, 0, in emitProfileArcs()
733 std::unique_ptr<Constant * []> EdgeTable(new Constant *[TableSize]); in buildEdgeLookupTable() local
736 EdgeTable[i] = NullValue; in buildEdgeLookupTable()
748 EdgeTable[((Succs.idFor(Succ) - 1) * Preds.size()) + in buildEdgeLookupTable()
759 makeArrayRef(&EdgeTable[0],TableSize)), in buildEdgeLookupTable()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Instrumentation/
DGCOVProfiling.cpp707 GlobalVariable *EdgeTable = in emitProfileArcs() local
721 Builder.CreateConstInBoundsGEP2_64(EdgeTable, 0, in emitProfileArcs()
788 std::unique_ptr<Constant * []> EdgeTable(new Constant *[TableSize]); in buildEdgeLookupTable() local
791 EdgeTable[i] = NullValue; in buildEdgeLookupTable()
803 EdgeTable[((Succs.idFor(Succ) - 1) * Preds.size()) + in buildEdgeLookupTable()
814 makeArrayRef(&EdgeTable[0],TableSize)), in buildEdgeLookupTable()