HomeSort by: relevance | last modified time | path
    Searched defs:Outgoing (Results 1 - 2 of 2) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/lib/Analysis/
DependenceGraphBuilder.cpp 101 // 3. Identify outgoing edges from the nodes inside of the SCC to nodes
145 Outgoing, // Edges going ot of the SCC
154 // There is a flag defined for each direction (incoming vs outgoing) and
184 << (Dir == Direction::Incoming ? "incoming)" : "outgoing)")
187 assert((Dir == Direction::Incoming || Dir == Direction::Outgoing) &&
198 } else if (Dir == Direction::Outgoing) {
215 reconnectEdges(SCCNode, N, &PiNode, Direction::Outgoing);
408 << "\nNode with single outgoing def-use edge:\n";
  /src/external/apache2/llvm/dist/llvm/lib/Transforms/Instrumentation/
GCOVProfiling.cpp 457 const uint32_t Outgoing = EntryBlock.OutEdges.size();
458 if (Outgoing) {
460 write(Outgoing * 2 + 1);

Completed in 16 milliseconds