Home
last modified time | relevance | path

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

/external/llvm-project/llvm/lib/Transforms/Utils/
DBasicBlockUtils.cpp1198 const BBSetVector &Outgoing) { in redirectToHub()
1241 const BBSetVector &Outgoing) { in convertToGuardPredicates()
1309 Function *F, const BBSetVector &Outgoing, in createGuardBlocks()
1334 const BBSetVector &Incoming, const BBSetVector &Outgoing, in CreateControlFlowHub()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
DDependenceGraphBuilder.cpp146 Outgoing, // Edges going ot of the SCC in createPiBlocks() enumerator
/external/llvm-project/llvm/lib/Analysis/
DDependenceGraphBuilder.cpp147 Outgoing, // Edges going ot of the SCC in createPiBlocks() enumerator
/external/llvm-project/llvm/lib/Transforms/Instrumentation/
DGCOVProfiling.cpp456 const uint32_t Outgoing = EntryBlock.OutEdges.size(); in writeOut() local