Home
last modified time | relevance | path

Searched refs:computePath (Results 1 – 2 of 2) sorted by relevance

/external/guice/extensions/servlet/src/com/google/inject/servlet/
DServletDefinition.java251 return computePath(); in doService()
262 private String computePath() { in doService()
/external/llvm/lib/CodeGen/
DMachinePipeliner.cpp1657 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()