Searched defs:branch (Results 1 – 3 of 3) sorted by relevance
230 auto branch = FindBranchData(pc); in UpdateBranchTaken() local237 auto branch = FindBranchData(pc); in UpdateBranchNotTaken() local244 auto branch = FindBranchData(pc); in GetBranchTakenCounter() local251 auto branch = FindBranchData(pc); in GetBranchNotTakenCounter() local
279 for (const std::pair<const uint32_t, Label> &branch : branches_) { in CheckLabels() local
814 branch(node: ts.Node | NodeKind, target: Label) { method in PandaGen