Searched defs:taken (Results 1 – 12 of 12) sorted by relevance
/openbsd-src/gnu/usr.bin/gcc/gcc/ |
H A D | bb-reorder.c | 221 int taken, probability; local
|
H A D | predict.c | 200 predict_insn_def (insn, predictor, taken) in predict_insn_def() argument 251 predict_edge_def (e, predictor, taken) in predict_edge_def() argument 743 bool taken; local
|
H A D | cse.c | 591 enum taken {TAKEN, NOT_TAKEN, AROUND} status; enum 4493 record_jump_equiv (insn, taken) in record_jump_equiv() argument
|
H A D | builtins.c | 3719 int taken; local
|
/openbsd-src/gnu/gcc/gcc/ |
H A D | predict.c | 239 enum prediction taken) in predict_insn_def() 320 enum prediction taken) in predict_edge_def() 1474 enum prediction taken) in predict_paths_leading_to()
|
H A D | cse.c | 570 enum taken {PATH_TAKEN, PATH_NOT_TAKEN, PATH_AROUND} status; enum 4517 record_jump_equiv (rtx insn, int taken) in record_jump_equiv()
|
H A D | builtins.c | 4735 int taken = -1; in expand_builtin_expect_jump() local
|
/openbsd-src/sys/dev/pci/drm/i915/gvt/ |
H A D | aperture_gm.c | 246 unsigned long request, avail, max, taken; in alloc_resource() local
|
/openbsd-src/gnu/llvm/llvm/lib/Target/Hexagon/ |
H A D | HexagonNewValueJump.cpp | 339 bool taken = false; in getNewValueJumpOpcode() local
|
/openbsd-src/gnu/gcc/gcc/config/mips/ |
H A D | mips.c | 9323 rtx taken, not_taken; in mips_output_conditional_branch() local
|
/openbsd-src/gnu/usr.bin/gcc/gcc/config/i386/ |
H A D | i386.c | 7053 int taken = pred_val > REG_BR_PROB_BASE / 2; local
|
/openbsd-src/gnu/gcc/gcc/config/i386/ |
H A D | i386.c | 8050 int taken = pred_val > REG_BR_PROB_BASE / 2; in print_operand() local
|