Searched refs:computePath (Results 1 – 2 of 2) sorted by relevance
/external/guice/extensions/servlet/src/com/google/inject/servlet/ |
D | ServletDefinition.java | 251 return computePath(); in doService() 262 private String computePath() { in doService()
|
/external/llvm/lib/CodeGen/ |
D | MachinePipeliner.cpp | 1657 static bool computePath(SUnit *Cur, SetVector<SUnit *> &Path, in computePath() function 1671 FoundPath |= computePath(SI.getSUnit(), Path, DestNodes, Exclude, Visited); in computePath() 1675 computePath(PI.getSUnit(), Path, DestNodes, Exclude, Visited); in computePath() 1833 computePath(NI, Path, NodesAdded, I, Visited); in groupRemainingNodes() 1844 computePath(NI, Path, I, NodesAdded, Visited); in groupRemainingNodes()
|