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

  /external/swiftshader/third_party/LLVM/lib/Analysis/
PathNumbering.cpp 104 BLEdgeIterator BallLarusNode::succEnd() {
291 for( BLEdgeIterator succ = node->succBegin(), end = node->succEnd();
401 succEnd = succ_end(currentBlock); successor != succEnd;
453 for(BLEdgeIterator succ = node->succBegin(), end = node->succEnd();
  /external/swiftshader/third_party/LLVM/lib/Transforms/Instrumentation/
PathProfiling.cpp 597 BLEdgeIterator succEnd = node->succEnd();
603 if(edge == succEnd) {
805 end = target->succEnd(); next != end; next++) {
    [all...]

Completed in 611 milliseconds