Home
last modified time | relevance | path

Searched defs:IfInst (Results 1 – 2 of 2) sorted by relevance

/arkcompiler/runtime_core/compiler/optimizer/ir/
Dinst.h2697IfInst(Opcode opcode, DataType::Type type, uint32_t pc, ConditionCode cc) : Base(opcode, type, pc) in IfInst() function
/arkcompiler/runtime_core/static_core/compiler/optimizer/ir/
Dinst.h6250 IfInst(Initializer t, ConditionCode cc) : Base(std::move(t)) in IfInst() function