Searched refs:Edges (Results 1 – 7 of 7) sorted by relevance
| /freebsd-10-stable/contrib/llvm/include/llvm/Support/ |
| D | GCOV.h | 228 Parent(P), Number(N), Counter(0), Edges(), Lines() {} in GCOVBlock() 230 void addEdge(uint32_t N) { Edges.push_back(N); } in addEdge() 233 size_t getNumEdges() { return Edges.size(); } in getNumEdges() 240 SmallVector<uint32_t, 16> Edges; variable
|
| /freebsd-10-stable/contrib/llvm/lib/IR/ |
| D | GCOV.cpp | 244 Edges.clear(); in ~GCOVBlock() 259 if (!Edges.empty()) { in dump() 261 for (SmallVectorImpl<uint32_t>::iterator I = Edges.begin(), E = Edges.end(); in dump()
|
| /freebsd-10-stable/contrib/llvm/lib/CodeGen/ |
| D | AggressiveAntiDepBreaker.cpp | 259 static void AntiDepEdges(const SUnit *SU, std::vector<const SDep*>& Edges) { in AntiDepEdges() argument 266 Edges.push_back(&*P); in AntiDepEdges() 775 std::vector<const SDep *> Edges; in BreakAntiDependencies() local 777 AntiDepEdges(PathSU, Edges); in BreakAntiDependencies() 793 for (unsigned i = 0, e = Edges.size(); i != e; ++i) { in BreakAntiDependencies() 794 const SDep *Edge = Edges[i]; in BreakAntiDependencies()
|
| /freebsd-10-stable/contrib/llvm/lib/Transforms/Instrumentation/ |
| D | GCOVProfiling.cpp | 496 unsigned Edges = 0; in emitProfileArcs() local 500 ++Edges; in emitProfileArcs() 502 Edges += TI->getNumSuccessors(); in emitProfileArcs() 506 ArrayType::get(Type::getInt64Ty(*Ctx), Edges); in emitProfileArcs()
|
| /freebsd-10-stable/contrib/llvm/lib/Transforms/Scalar/ |
| D | JumpThreading.cpp | 293 SmallVector<std::pair<const BasicBlock*,const BasicBlock*>, 32> Edges; in FindLoopHeaders() local 294 FindFunctionBackedges(F, Edges); in FindLoopHeaders() 296 for (unsigned i = 0, e = Edges.size(); i != e; ++i) in FindLoopHeaders() 297 LoopHeaders.insert(const_cast<BasicBlock*>(Edges[i].second)); in FindLoopHeaders()
|
| /freebsd-10-stable/contrib/gcc/doc/ |
| D | cfg.texi | 26 * Edges:: Types of edges and their representation. 137 @node Edges 138 @section Edges 142 Edges represent possible control flow transfers from the end of some 144 a predecessor of B, and B is a successor of A@. Edges are represented
|
| /freebsd-10-stable/contrib/gcc/ |
| D | ChangeLog-2004 | 2320 * doc/cfg.texi (Edges): Update. Document the edge_iterator data 28054 * doc/cfg.texi (Edges): Fix typo.
|