Home
last modified time | relevance | path

Searched refs:InstructionBlockCount (Results 1 - 9 of 9) sorted by relevance

/third_party/node/deps/v8/src/compiler/backend/
H A Djump-threading.cc66 state.Clear(code->InstructionBlockCount()); in ComputeForwarding()
157 if (next < code->InstructionBlockCount()) fw = RpoNumber::FromInt(next); in ComputeForwarding()
H A Dspill-placer.cc242 for (int i = 0; i < data()->code()->InstructionBlockCount(); ++i) { in ClearData()
H A Dregister-allocator.cc1306 live_in_sets_(code->InstructionBlockCount(), nullptr, allocation_zone()), in TopTierRegisterAllocationData()
1307 live_out_sets_(code->InstructionBlockCount(), nullptr, allocation_zone()), in TopTierRegisterAllocationData()
1324 spill_state_(code->InstructionBlockCount(), ZoneVector<LiveRange*>(zone), in TopTierRegisterAllocationData()
2496 for (int block_id = code()->InstructionBlockCount() - 1; block_id >= 0; in BuildLiveRanges()
2663 for (int block_id = code()->InstructionBlockCount() - 1; block_id >= 0; in BuildBundles()
3659 RpoNumber::FromInt(code()->InstructionBlockCount() - 1); in AllocateRegisters()
3986 RpoNumber::FromInt(code()->InstructionBlockCount() - 1); in LastDeferredInstructionIndex()
4608 int max_blocks = data()->code()->InstructionBlockCount(); in DecideSpillingMode()
H A Dcode-generator.cc62 codegen_zone->NewArray<Label>(instructions->InstructionBlockCount())), in CodeGenerator()
88 for (int i = 0; i < instructions->InstructionBlockCount(); ++i) { in CodeGenerator()
244 instructions()->InstructionBlockCount()); in AssembleCode()
H A Dinstruction.cc1201 for (int i = 0; i < code.InstructionBlockCount(); i++) {
H A Dmid-tier-register-allocator.cc135 int basic_block_count = code->InstructionBlockCount(); in MidTierRegisterAllocationData()
2802 code()->InstructionBlockCount()); in PopulateDeferredBlockRegion()
H A Dinstruction.h1666 int InstructionBlockCount() const { in InstructionBlockCount() function in v8::internal::compiler::final
/third_party/node/deps/v8/src/compiler/
H A Dgraph-visualizer.cc1357 for (int i = 0; i < code->InstructionBlockCount(); i++) { in operator <<()
H A Dpipeline.cc3543 int instruction_blocks = code->InstructionBlockCount(); in VerifyGeneratedCodeIsIdempotent()

Completed in 49 milliseconds