HomeSort by relevance Sort by last modified time
    Searched defs:getEdgeData (Results 1 - 2 of 2) sorted by null

  /external/clang/include/clang/Analysis/FlowSensitive/
DataflowValues.h 85 /// getEdgeData - Retrieves the dataflow values associated with a
87 ValTy& getEdgeData(const BlockEdge &E) {
93 const ValTy& getEdgeData(const BlockEdge &E) const {
94 return reinterpret_cast<DataflowValues*>(this)->getEdgeData(E);
  /external/llvm/include/llvm/CodeGen/PBQP/
Graph.h 238 void* getEdgeData(EdgeItr eItr) { return getEdge(eItr).getData(); }

Completed in 206 milliseconds