treelite
|
if-else statement with condition may store a branch hint (>50% or <50% likely) More...
#include <semantic.h>
Public Member Functions | |
IfElseBlock (const Condition &condition, const CodeBlock &if_block, const CodeBlock &else_block, BranchHint hint=BranchHint::kNone) | |
IfElseBlock (Condition &&condition, CodeBlock &&if_block, CodeBlock &&else_block, BranchHint hint=BranchHint::kNone) | |
std::vector< std::string > | Compile () const override |
if-else statement with condition may store a branch hint (>50% or <50% likely)
Definition at line 194 of file semantic.h.