Home
last modified time | relevance | path

Searched refs:HasBranch (Results 1 – 2 of 2) sorted by relevance

/llvm-project-15.0.7/llvm/lib/Transforms/Instrumentation/
H A DControlHeightReduction.cpp128 bool HasBranch = false; member
433 if (RI.HasBranch) in print()
764 RI.HasBranch = checkBiasedBranch( in findScope()
771 if (!RI.HasBranch) { in findScope()
868 auto *Branch = RI.HasBranch ? in checkScopeHoistable()
939 if (RI.HasBranch) { in checkScopeHoistable()
956 if (RI.HasBranch) { in checkScopeHoistable()
1018 if (RI.HasBranch) { in getCHRConditionValuesForRegion()
1283 if (RI.HasBranch) { in classifyBiasedScopes()
1377 if (RI.HasBranch) { in setCHRRegions()
[all …]
/llvm-project-15.0.7/llvm/lib/Target/Hexagon/
H A DHexagonEarlyIfConv.cpp913 bool HasBranch = false; in convert() local
919 HasBranch = true; in convert()
922 const MCInstrDesc &D = HasBranch ? HII->get(Hexagon::J2_jump) in convert()
925 if (!HasBranch) in convert()