Searched defs:branch (Results 1 – 5 of 5) sorted by relevance
285 auto branch = FindBranchData(pc); in UpdateBranchTaken() local293 auto branch = FindBranchData(pc); in UpdateBranchNotTaken() local301 auto branch = FindBranchData(pc); in GetBranchTakenCounter() local308 auto branch = FindBranchData(pc); in GetBranchNotTakenCounter() local
281 for (const std::pair<const uint32_t, Label> &branch : branches_) { in CheckLabels() local
163 uint32_t branch = ptr; in ParseDisjunction() local
2290 auto branch = builder_.CreateCondBr(deoptimize, throwPath, continuation, branchWeights); in CreateDeoptimizationBranch() local