Home
last modified time | relevance | path

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

/external/llvm/lib/Transforms/Instrumentation/
DGCOVProfiling.cpp352 std::string EdgeDestinations; in getEdgeDestinations() local
353 raw_string_ostream EDOS(EdgeDestinations); in getEdgeDestinations()
360 return EdgeDestinations; in getEdgeDestinations()
513 std::string EdgeDestinations; in emitProfileNotes() local
567 EdgeDestinations += Func.getEdgeDestinations(); in emitProfileNotes()
570 FileChecksums.push_back(hash_value(EdgeDestinations)); in emitProfileNotes()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Instrumentation/
DGCOVProfiling.cpp361 std::string EdgeDestinations; in getEdgeDestinations() local
362 raw_string_ostream EDOS(EdgeDestinations); in getEdgeDestinations()
369 return EdgeDestinations; in getEdgeDestinations()
563 std::string EdgeDestinations; in emitProfileNotes() local
619 EdgeDestinations += Func.getEdgeDestinations(); in emitProfileNotes()
622 FileChecksums.push_back(hash_value(EdgeDestinations)); in emitProfileNotes()