Home
last modified time | relevance | path

Searched refs:exits (Results 1 - 19 of 19) sorted by relevance

/third_party/mbedtls/tests/scripts/
H A Drun-metatests.sh69 # Don't pipe the output of metatest so that if it fails, this script exits
/third_party/gn/src/gn/
H A Dswitches.cc306 "--version: Prints the GN version number and exits.";
307 // It's impossible to see this since gn_main prints the version and exits
/third_party/skia/third_party/externals/spirv-tools/source/opt/
H A Dloop_utils.cpp33 // Return true if |bb| is dominated by at least one block in |exits|
35 const std::unordered_set<BasicBlock*>& exits, in DominatesAnExit()
37 for (BasicBlock* e_bb : exits) in DominatesAnExit()
47 // paths from the use the loop exits. At each step, it will insert a phi
34 DominatesAnExit(BasicBlock* bb, const std::unordered_set<BasicBlock*>& exits, const DominatorTree& dom_tree) DominatesAnExit() argument
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/opt/
H A Dloop_utils.cpp33 // Return true if |bb| is dominated by at least one block in |exits|
35 const std::unordered_set<BasicBlock*>& exits, in DominatesAnExit()
37 for (BasicBlock* e_bb : exits) in DominatesAnExit()
47 // paths from the use the loop exits. At each step, it will insert a phi
34 DominatesAnExit(BasicBlock* bb, const std::unordered_set<BasicBlock*>& exits, const DominatorTree& dom_tree) DominatesAnExit() argument
/third_party/spirv-tools/source/opt/
H A Dloop_utils.cpp32 // Return true if |bb| is dominated by at least one block in |exits|
34 const std::unordered_set<BasicBlock*>& exits, in DominatesAnExit()
36 for (BasicBlock* e_bb : exits) in DominatesAnExit()
46 // paths from the use the loop exits. At each step, it will insert a phi
33 DominatesAnExit(BasicBlock* bb, const std::unordered_set<BasicBlock*>& exits, const DominatorTree& dom_tree) DominatesAnExit() argument
/third_party/toybox/toys/pending/
H A Dbc.c446 BcVec exits; member
3018 bc_vec_npop(&p->exits, p->exits.len); in bc_parse_reset()
3027 bc_vec_free(&p->exits); in bc_parse_free()
3038 bc_vec_init(&p->exits, sizeof(BcInstPtr), NULL); in bc_parse_init()
3095 BcInstPtr *ip = bc_vec_top(&p->exits); in bc_parse_setLabel()
3101 bc_vec_pop(&p->exits); in bc_parse_setLabel()
3121 bc_vec_push(&p->exits, &ip); in bc_parse_createExitLabel()
3792 if (!p->exits.len) return bc_parse_err(p, BC_ERROR_PARSE_TOKEN); in bc_parse_loopExit()
3794 i = p->exits in bc_parse_loopExit()
[all...]
/third_party/node/deps/v8/src/compiler/backend/
H A Dcode-generator.h391 void PrepareForDeoptimizationExits(ZoneDeque<DeoptimizationExit*>* exits);
433 // Deoptimization exits must be as small as possible, since their count grows
437 // per Code object. All deopt exits can then near-call to this label. Note:
/third_party/node/deps/v8/src/compiler/backend/arm64/
H A Dcode-generator-arm64.cc3307 ZoneDeque<DeoptimizationExit*>* exits) { in AssembleArchInstruction()
3314 static_cast<int>(exits->size()) * Deoptimizer::kLazyDeoptExitSize); in AssembleArchInstruction()
3319 for (auto exit : *exits) { in AssembleArchInstruction()
/third_party/node/deps/v8/src/compiler/backend/loong64/
H A Dcode-generator-loong64.cc2408 ZoneDeque<DeoptimizationExit*>* exits) {} in AssembleConstructFrame()
2407 PrepareForDeoptimizationExits( ZoneDeque<DeoptimizationExit*>* exits) AssembleConstructFrame() argument
/third_party/node/deps/openssl/openssl/crypto/aes/asm/
H A Dvpaes-armv8.pl812 // Always called right before return... jumps to cleanup and exits
/third_party/openssl/crypto/aes/asm/
H A Dvpaes-armv8.pl829 // Always called right before return... jumps to cleanup and exits
/third_party/node/deps/v8/src/compiler/backend/ppc/
H A Dcode-generator-ppc.cc4256 ZoneDeque<DeoptimizationExit*>* exits) { in AssembleConstructFrame()
4255 PrepareForDeoptimizationExits( ZoneDeque<DeoptimizationExit*>* exits) AssembleConstructFrame() argument
/third_party/node/deps/v8/src/compiler/backend/arm/
H A Dcode-generator-arm.cc3905 ZoneDeque<DeoptimizationExit*>* exits) { in AssembleArchInstruction()
/third_party/node/deps/v8/src/compiler/backend/ia32/
H A Dcode-generator-ia32.cc4230 ZoneDeque<DeoptimizationExit*>* exits) {} in PrepareForDeoptimizationExits()
4229 PrepareForDeoptimizationExits( ZoneDeque<DeoptimizationExit*>* exits) PrepareForDeoptimizationExits() argument
/third_party/node/deps/v8/src/compiler/backend/s390/
H A Dcode-generator-s390.cc3606 ZoneDeque<DeoptimizationExit*>* exits) {} in AssembleConstructFrame()
3605 PrepareForDeoptimizationExits( ZoneDeque<DeoptimizationExit*>* exits) AssembleConstructFrame() argument
/third_party/node/deps/v8/src/compiler/backend/mips64/
H A Dcode-generator-mips64.cc4363 ZoneDeque<DeoptimizationExit*>* exits) {} in AssembleConstructFrame()
4362 PrepareForDeoptimizationExits( ZoneDeque<DeoptimizationExit*>* exits) AssembleConstructFrame() argument
/third_party/node/deps/v8/src/compiler/backend/x64/
H A Dcode-generator-x64.cc4893 ZoneDeque<DeoptimizationExit*>* exits) {} in PrepareForDeoptimizationExits()
4892 PrepareForDeoptimizationExits( ZoneDeque<DeoptimizationExit*>* exits) PrepareForDeoptimizationExits() argument
/third_party/node/deps/v8/src/compiler/backend/mips/
H A Dcode-generator-mips.cc4160 ZoneDeque<DeoptimizationExit*>* exits) {} in AssembleConstructFrame()
4159 PrepareForDeoptimizationExits( ZoneDeque<DeoptimizationExit*>* exits) AssembleConstructFrame() argument
/third_party/node/deps/v8/src/compiler/backend/riscv64/
H A Dcode-generator-riscv64.cc4072 ZoneDeque<DeoptimizationExit*>* exits) { in PrepareForDeoptimizationExits()
4071 PrepareForDeoptimizationExits( ZoneDeque<DeoptimizationExit*>* exits) PrepareForDeoptimizationExits() argument

Completed in 82 milliseconds