HomeSort by relevance Sort by last modified time
    Searched refs:ExecutedBlocks (Results 1 - 3 of 3) sorted by null

  /external/llvm/lib/Transforms/Utils/
Evaluator.cpp 551 // ExecutedBlocks - We only handle non-looping, non-recursive code. As such,
554 SmallPtrSet<BasicBlock*, 32> ExecutedBlocks;
581 if (!ExecutedBlocks.insert(NextBB).second)
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Utils/
Evaluator.cpp 661 // ExecutedBlocks - We only handle non-looping, non-recursive code. As such,
664 SmallPtrSet<BasicBlock*, 32> ExecutedBlocks;
691 if (!ExecutedBlocks.insert(NextBB).second)
  /external/swiftshader/third_party/LLVM/lib/Transforms/IPO/
GlobalOpt.cpp     [all...]

Completed in 216 milliseconds