OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:getEdgeData
(Results
1 - 3
of
3
) 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
243
void*
getEdgeData
(EdgeItr eItr) { return getEdge(eItr).getData(); }
HeuristicSolver.h
399
return *static_cast<EdgeData*>(g.
getEdgeData
(eItr));
Completed in 29 milliseconds