Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/maglev/
Dmaglev-ir.h92 V(BranchIfTrue) \
1578 class BranchIfTrue : public ConditionalControlNodeT<1, BranchIfTrue> {
1579 using Base = ConditionalControlNodeT<1, BranchIfTrue>;
1582 explicit BranchIfTrue(uint32_t bitfield, BasicBlockRef* if_true_refs, in BranchIfTrue() function
Dmaglev-ir.cc910 void BranchIfTrue::AllocateVreg(MaglevVregAllocationState* vreg_state, in AllocateVreg()
914 void BranchIfTrue::GenerateCode(MaglevCodeGenState* code_gen_state, in GenerateCode()
Dmaglev-graph-builder.cc796 BasicBlock* block = FinishBlock<BranchIfTrue>(next_offset(), {node}, in BuildBranchIfTrue()