Home
last modified time | relevance | path

Searched refs:inline_count (Results 1 – 3 of 3) sorted by relevance

/external/v8/src/compiler/
Dnode.cc141 int inline_count = InlineCountField::decode(bit_field_); in AppendInput() local
143 if (inline_count < inline_capacity) { in AppendInput()
145 bit_field_ = InlineCountField::update(bit_field_, inline_count + 1); in AppendInput()
146 *GetInputPtr(inline_count) = new_to; in AppendInput()
147 Use* use = GetUsePtr(inline_count); in AppendInput()
148 use->bit_field_ = Use::InputIndexField::encode(inline_count) | in AppendInput()
155 if (inline_count != kOutlineMarker) { in AppendInput()
324 Node::Node(NodeId id, const Operator* op, int inline_count, int inline_capacity) in Node() argument
327 bit_field_(IdField::encode(id) | InlineCountField::encode(inline_count) | in Node()
332 DCHECK(inline_count == kOutlineMarker || inline_count <= inline_capacity); in Node()
Dnode.h239 Node(NodeId id, const Operator* op, int inline_count, int inline_capacity);
402 int inline_count = InlineCountField::decode(bit_field_); in input_edges() local
403 if (inline_count != kOutlineMarker) { in input_edges()
405 inline_count); in input_edges()
414 int inline_count = InlineCountField::decode(bit_field_); in inputs() local
415 if (inline_count != kOutlineMarker) { in inputs()
416 return Inputs(inputs_.inline_, inline_count); in inputs()
/external/swiftshader/third_party/llvm-7.0/llvm/test/Transforms/Inline/
Dcgscc-cycle.ll28 define void @test1_b(i8* %arg, i1 %flag, i32 %inline_count) {
46 %inline_count_inc = add i32 %inline_count, 1
71 define void @test2_b(i8* %arg1, i8* %arg2, i1 %flag, i32 %inline_count) {
89 %inline_count_inc = add i32 %inline_count, 1
99 define void @test2_c(i8* %arg1, i8* %arg2, i1 %flag, i32 %inline_count) {
117 %inline_count_inc = add i32 %inline_count, 1