Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/compiler/
H A Dscheduler.cc469 BranchHint hint_from_profile = BranchHint::kNone; in ConnectBranch() local
481 hint_from_profile = BranchHint::kTrue; in ConnectBranch()
484 hint_from_profile = BranchHint::kFalse; in ConnectBranch()
489 switch (hint_from_profile) { in ConnectBranch()
510 if (hint_from_profile != BranchHint::kNone && in ConnectBranch()
512 hint_from_profile != BranchHintOf(branch->op())) { in ConnectBranch()

Completed in 7 milliseconds