HomeSort by relevance Sort by last modified time
    Searched refs:Edge (Results 76 - 100 of 359) sorted by null

1 2 34 5 6 7 8 91011>>

  /external/llvm/include/llvm/Support/
GCOV.h 126 /// readEdgeTag - If cursor points to an edge tag then increment the
252 /// GCOVEdge - Collects edge information.
324 void addSrcEdge(GCOVEdge *Edge) {
325 assert(&Edge->Dst == this); // up to caller to ensure edge is valid
326 SrcEdges.push_back(Edge);
328 void addDstEdge(GCOVEdge *Edge) {
329 assert(&Edge->Src == this); // up to caller to ensure edge is valid
330 // Check if adding this edge causes list to become unsorted
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/llvm/include/llvm/Support/
GCOV.h 136 /// readEdgeTag - If cursor points to an edge tag then increment the
262 /// GCOVEdge - Collects edge information.
335 void addSrcEdge(GCOVEdge *Edge) {
336 assert(&Edge->Dst == this); // up to caller to ensure edge is valid
337 SrcEdges.push_back(Edge);
340 void addDstEdge(GCOVEdge *Edge) {
341 assert(&Edge->Src == this); // up to caller to ensure edge is valid
342 // Check if adding this edge causes list to become unsorted
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/llvm/include/llvm/Support/
GCOV.h 136 /// readEdgeTag - If cursor points to an edge tag then increment the
262 /// GCOVEdge - Collects edge information.
335 void addSrcEdge(GCOVEdge *Edge) {
336 assert(&Edge->Dst == this); // up to caller to ensure edge is valid
337 SrcEdges.push_back(Edge);
340 void addDstEdge(GCOVEdge *Edge) {
341 assert(&Edge->Src == this); // up to caller to ensure edge is valid
342 // Check if adding this edge causes list to become unsorted
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/llvm/include/llvm/Support/
GCOV.h 136 /// readEdgeTag - If cursor points to an edge tag then increment the
262 /// GCOVEdge - Collects edge information.
335 void addSrcEdge(GCOVEdge *Edge) {
336 assert(&Edge->Dst == this); // up to caller to ensure edge is valid
337 SrcEdges.push_back(Edge);
340 void addDstEdge(GCOVEdge *Edge) {
341 assert(&Edge->Src == this); // up to caller to ensure edge is valid
342 // Check if adding this edge causes list to become unsorted
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Support/
GCOV.h 136 /// readEdgeTag - If cursor points to an edge tag then increment the
262 /// GCOVEdge - Collects edge information.
335 void addSrcEdge(GCOVEdge *Edge) {
336 assert(&Edge->Dst == this); // up to caller to ensure edge is valid
337 SrcEdges.push_back(Edge);
340 void addDstEdge(GCOVEdge *Edge) {
341 assert(&Edge->Src == this); // up to caller to ensure edge is valid
342 // Check if adding this edge causes list to become unsorted
    [all...]
  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/llvm/include/llvm/Support/
GCOV.h 136 /// readEdgeTag - If cursor points to an edge tag then increment the
262 /// GCOVEdge - Collects edge information.
335 void addSrcEdge(GCOVEdge *Edge) {
336 assert(&Edge->Dst == this); // up to caller to ensure edge is valid
337 SrcEdges.push_back(Edge);
340 void addDstEdge(GCOVEdge *Edge) {
341 assert(&Edge->Src == this); // up to caller to ensure edge is valid
342 // Check if adding this edge causes list to become unsorted
    [all...]
  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/llvm/include/llvm/Support/
GCOV.h 136 /// readEdgeTag - If cursor points to an edge tag then increment the
262 /// GCOVEdge - Collects edge information.
335 void addSrcEdge(GCOVEdge *Edge) {
336 assert(&Edge->Dst == this); // up to caller to ensure edge is valid
337 SrcEdges.push_back(Edge);
340 void addDstEdge(GCOVEdge *Edge) {
341 assert(&Edge->Src == this); // up to caller to ensure edge is valid
342 // Check if adding this edge causes list to become unsorted
    [all...]
  /prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/llvm/include/llvm/Support/
GCOV.h 136 /// readEdgeTag - If cursor points to an edge tag then increment the
262 /// GCOVEdge - Collects edge information.
335 void addSrcEdge(GCOVEdge *Edge) {
336 assert(&Edge->Dst == this); // up to caller to ensure edge is valid
337 SrcEdges.push_back(Edge);
340 void addDstEdge(GCOVEdge *Edge) {
341 assert(&Edge->Src == this); // up to caller to ensure edge is valid
342 // Check if adding this edge causes list to become unsorted
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Support/
GCOV.h 136 /// readEdgeTag - If cursor points to an edge tag then increment the
262 /// GCOVEdge - Collects edge information.
335 void addSrcEdge(GCOVEdge *Edge) {
336 assert(&Edge->Dst == this); // up to caller to ensure edge is valid
337 SrcEdges.push_back(Edge);
340 void addDstEdge(GCOVEdge *Edge) {
341 assert(&Edge->Src == this); // up to caller to ensure edge is valid
342 // Check if adding this edge causes list to become unsorted
    [all...]
  /external/mesa3d/src/gallium/drivers/nouveau/codegen/
nv50_ir_bb.cpp 314 Graph::Edge *e = cfg.outgoing(true).getEdge();
326 this->cfg.attach(&bb->cfg, Graph::Edge::TREE);
372 Graph::Edge::Type eR;
382 // IF block is out edge to the right
383 if (eR == Graph::Edge::CROSS || eR == Graph::Edge::BACK)
527 case Graph::Edge::TREE:
530 case Graph::Edge::FORWARD:
533 case Graph::Edge::CROSS:
536 case Graph::Edge::BACK
    [all...]
  /system/update_engine/payload_generator/
cycle_breaker_unittest.cc 78 set<Edge> broken_edges;
164 set<Edge> broken_edges;
168 set<Edge> expected_cuts;
216 set<Edge> broken_edges;
247 set<Edge> broken_edges;
272 set<Edge> broken_edges;
  /external/llvm/lib/Transforms/IPO/
SampleProfile.cpp 18 // to indicate the weights of each edge coming out of the branch.
19 // The weight of each edge is the weight of the target block for
20 // that edge. The weight of a block B is computed as the maximum
69 "sample block/edge weights through the CFG."));
86 typedef std::pair<const BasicBlock *, const BasicBlock *> Edge;
87 typedef DenseMap<Edge, uint64_t> EdgeWeightMap;
118 void printEdgeWeight(raw_ostream &OS, Edge E);
126 uint64_t visitEdge(Edge E, unsigned *NumUnknownEdges, Edge *UnknownEdge);
141 /// Edge weights are computed by propagating basic block weights i
    [all...]
  /external/llvm/include/llvm/Analysis/
BranchProbabilityInfo.h 32 /// probabilities of each "edge" in the function's CFG where such an edge is
34 /// probability of an edge from one block is always relative to the
38 /// identify an edge, since we can have multiple edges from Src to Dst.
65 /// \brief Get an edge's probability, relative to other out-edges of the Src.
68 /// (0%) and one (100%) of this edge executing, relative to other edges
83 /// \brief Test if an edge is hot relative to other out-edges of the Src.
85 /// Check whether this edge out of the source block is 'hot'. We define hot
95 /// \brief Print an edge's probability.
97 /// Retrieves an edge's probability similarly to \see getEdgeProbability, bu
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/llvm/include/llvm/Analysis/
BranchProbabilityInfo.h 34 /// probabilities of each "edge" in the function's CFG where such an edge is
36 /// probability of an edge from one block is always relative to the
40 /// identify an edge, since we can have multiple edges from Src to Dst.
67 /// \brief Get an edge's probability, relative to other out-edges of the Src.
70 /// (0%) and one (100%) of this edge executing, relative to other edges
85 /// \brief Test if an edge is hot relative to other out-edges of the Src.
87 /// Check whether this edge out of the source block is 'hot'. We define hot
97 /// \brief Print an edge's probability.
99 /// Retrieves an edge's probability similarly to \see getEdgeProbability, bu
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/llvm/include/llvm/Analysis/
BranchProbabilityInfo.h 34 /// probabilities of each "edge" in the function's CFG where such an edge is
36 /// probability of an edge from one block is always relative to the
40 /// identify an edge, since we can have multiple edges from Src to Dst.
67 /// \brief Get an edge's probability, relative to other out-edges of the Src.
70 /// (0%) and one (100%) of this edge executing, relative to other edges
85 /// \brief Test if an edge is hot relative to other out-edges of the Src.
87 /// Check whether this edge out of the source block is 'hot'. We define hot
97 /// \brief Print an edge's probability.
99 /// Retrieves an edge's probability similarly to \see getEdgeProbability, bu
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/llvm/include/llvm/Analysis/
BranchProbabilityInfo.h 34 /// probabilities of each "edge" in the function's CFG where such an edge is
36 /// probability of an edge from one block is always relative to the
40 /// identify an edge, since we can have multiple edges from Src to Dst.
67 /// \brief Get an edge's probability, relative to other out-edges of the Src.
70 /// (0%) and one (100%) of this edge executing, relative to other edges
85 /// \brief Test if an edge is hot relative to other out-edges of the Src.
87 /// Check whether this edge out of the source block is 'hot'. We define hot
97 /// \brief Print an edge's probability.
99 /// Retrieves an edge's probability similarly to \see getEdgeProbability, bu
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Analysis/
BranchProbabilityInfo.h 34 /// probabilities of each "edge" in the function's CFG where such an edge is
36 /// probability of an edge from one block is always relative to the
40 /// identify an edge, since we can have multiple edges from Src to Dst.
67 /// \brief Get an edge's probability, relative to other out-edges of the Src.
70 /// (0%) and one (100%) of this edge executing, relative to other edges
85 /// \brief Test if an edge is hot relative to other out-edges of the Src.
87 /// Check whether this edge out of the source block is 'hot'. We define hot
97 /// \brief Print an edge's probability.
99 /// Retrieves an edge's probability similarly to \see getEdgeProbability, bu
    [all...]
  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/llvm/include/llvm/Analysis/
BranchProbabilityInfo.h 34 /// probabilities of each "edge" in the function's CFG where such an edge is
36 /// probability of an edge from one block is always relative to the
40 /// identify an edge, since we can have multiple edges from Src to Dst.
67 /// \brief Get an edge's probability, relative to other out-edges of the Src.
70 /// (0%) and one (100%) of this edge executing, relative to other edges
85 /// \brief Test if an edge is hot relative to other out-edges of the Src.
87 /// Check whether this edge out of the source block is 'hot'. We define hot
97 /// \brief Print an edge's probability.
99 /// Retrieves an edge's probability similarly to \see getEdgeProbability, bu
    [all...]
  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/llvm/include/llvm/Analysis/
BranchProbabilityInfo.h 34 /// probabilities of each "edge" in the function's CFG where such an edge is
36 /// probability of an edge from one block is always relative to the
40 /// identify an edge, since we can have multiple edges from Src to Dst.
67 /// \brief Get an edge's probability, relative to other out-edges of the Src.
70 /// (0%) and one (100%) of this edge executing, relative to other edges
85 /// \brief Test if an edge is hot relative to other out-edges of the Src.
87 /// Check whether this edge out of the source block is 'hot'. We define hot
97 /// \brief Print an edge's probability.
99 /// Retrieves an edge's probability similarly to \see getEdgeProbability, bu
    [all...]
  /prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/llvm/include/llvm/Analysis/
BranchProbabilityInfo.h 34 /// probabilities of each "edge" in the function's CFG where such an edge is
36 /// probability of an edge from one block is always relative to the
40 /// identify an edge, since we can have multiple edges from Src to Dst.
67 /// \brief Get an edge's probability, relative to other out-edges of the Src.
70 /// (0%) and one (100%) of this edge executing, relative to other edges
85 /// \brief Test if an edge is hot relative to other out-edges of the Src.
87 /// Check whether this edge out of the source block is 'hot'. We define hot
97 /// \brief Print an edge's probability.
99 /// Retrieves an edge's probability similarly to \see getEdgeProbability, bu
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Analysis/
BranchProbabilityInfo.h 34 /// probabilities of each "edge" in the function's CFG where such an edge is
36 /// probability of an edge from one block is always relative to the
40 /// identify an edge, since we can have multiple edges from Src to Dst.
67 /// \brief Get an edge's probability, relative to other out-edges of the Src.
70 /// (0%) and one (100%) of this edge executing, relative to other edges
85 /// \brief Test if an edge is hot relative to other out-edges of the Src.
87 /// Check whether this edge out of the source block is 'hot'. We define hot
97 /// \brief Print an edge's probability.
99 /// Retrieves an edge's probability similarly to \see getEdgeProbability, bu
    [all...]
  /system/core/libmemunreachable/
LeakFolding.cpp 53 leak.scc->node.Edge(&ref->ptr->scc->node);
91 leak.node.Edge(&ptr_leak->node);
  /external/pdfium/xfa/fxfa/parser/
cxfa_stroke.cpp 34 : XFA_GetAttributeDefaultValue_Measure(XFA_Element::Edge,
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/llvm/include/llvm/CodeGen/GlobalISel/
IRTranslator.h 393 /// Record \p NewPred as a Machine predecessor to `Edge.second`, corresponding
394 /// to `Edge.first` at the IR level. This is used when IRTranslation creates
397 void addMachineCFGPred(CFGEdge Edge, MachineBasicBlock *NewPred);
399 /// Returns the Machine IR predecessors for the given IR CFG edge. Usually
403 SmallVector<MachineBasicBlock *, 1> getMachinePredBBs(CFGEdge Edge) {
404 auto RemappedEdge = MachinePreds.find(Edge);
407 return SmallVector<MachineBasicBlock *, 4>(1, &getMBB(*Edge.first));
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/llvm/include/llvm/CodeGen/GlobalISel/
IRTranslator.h 393 /// Record \p NewPred as a Machine predecessor to `Edge.second`, corresponding
394 /// to `Edge.first` at the IR level. This is used when IRTranslation creates
397 void addMachineCFGPred(CFGEdge Edge, MachineBasicBlock *NewPred);
399 /// Returns the Machine IR predecessors for the given IR CFG edge. Usually
403 SmallVector<MachineBasicBlock *, 1> getMachinePredBBs(CFGEdge Edge) {
404 auto RemappedEdge = MachinePreds.find(Edge);
407 return SmallVector<MachineBasicBlock *, 4>(1, &getMBB(*Edge.first));

Completed in 962 milliseconds

1 2 34 5 6 7 8 91011>>