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

  /external/llvm/lib/Transforms/Scalar/
LoopInstSimplify.cpp 177 bool IsExitBlock = std::binary_search(ExitBlocks.begin(),
179 if (IsExitBlock)
  /art/compiler/optimizing/
dead_code_elimination.cc 106 if (successor->IsExitBlock() || successor->GetPredecessors().Size() != 1u) {
nodes.cc     [all...]
code_generator_arm64.cc     [all...]
code_generator_mips64.cc     [all...]
nodes.h 519 bool IsExitBlock() const {
    [all...]
code_generator_arm.cc     [all...]
code_generator_x86.cc 809 DCHECK(!successor->IsExitBlock());
    [all...]
code_generator_x86_64.cc 772 DCHECK(!successor->IsExitBlock());
    [all...]

Completed in 135 milliseconds