Home
last modified time | relevance | path

Searched refs:entryblock (Results 1 – 4 of 4) sorted by relevance

/external/python/cpython3/Python/
Dflowgraph.c308 _PyCfgBuilder_DumpGraph(const basicblock *entryblock)
310 for (const basicblock *b = entryblock; b != NULL; b = b->b_next) {
578 basicblock *entryblock = g->g_entryblock; in normalize_jumps() local
579 for (basicblock *b = entryblock; b != NULL; b = b->b_next) { in normalize_jumps()
582 for (basicblock *b = entryblock; b != NULL; b = b->b_next) { in normalize_jumps()
608 get_max_label(basicblock *entryblock) in get_max_label() argument
611 for (basicblock *b = entryblock; b != NULL; b = b->b_next) { in get_max_label()
621 translate_jump_labels_to_targets(basicblock *entryblock) in translate_jump_labels_to_targets() argument
623 int max_label = get_max_label(entryblock); in translate_jump_labels_to_targets()
631 for (basicblock *b = entryblock; b != NULL; b = b->b_next) { in translate_jump_labels_to_targets()
[all …]
/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/
DREADME.txt920 This was noticed in the entryblock for grokdeclarator in 403.gcc:
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/
DREADME.txt920 This was noticed in the entryblock for grokdeclarator in 403.gcc:
/external/llvm/lib/Target/
DREADME.txt920 This was noticed in the entryblock for grokdeclarator in 403.gcc: