Home
last modified time | relevance | path

Searched defs:Outgoing (Results 1 – 3 of 3) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Analysis/
H A DDependenceGraphBuilder.cpp145 Outgoing, // Edges going ot of the SCC in createPiBlocks() enumerator
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Utils/
H A DBasicBlockUtils.cpp1604 const BBSetVector &Outgoing) { in redirectToHub()
1647 const BBSetVector &Outgoing) { in convertToGuardPredicates()
1715 Function *F, const BBSetVector &Outgoing, in createGuardBlocks()
1740 const BBSetVector &Incoming, const BBSetVector &Outgoing, in CreateControlFlowHub()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Instrumentation/
H A DGCOVProfiling.cpp457 const uint32_t Outgoing = EntryBlock.OutEdges.size(); in writeOut() local