Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DControlHeightReduction.cpp137 bool HasBranch = false; member
450 if (RI.HasBranch) in print()
773 RI.HasBranch = checkBiasedBranch( in findScope()
780 if (!RI.HasBranch) { in findScope()
877 auto *Branch = RI.HasBranch ? in checkScopeHoistable()
880 if (RI.HasBranch || !Selects.empty()) { in checkScopeHoistable()
918 if (RI.HasBranch && InsertPoint != Branch) { in checkScopeHoistable()
948 if (RI.HasBranch) { in checkScopeHoistable()
965 if (RI.HasBranch) { in checkScopeHoistable()
1027 if (RI.HasBranch) { in getCHRConditionValuesForRegion()
[all …]
/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonEarlyIfConv.cpp911 bool HasBranch = false; in convert() local
917 HasBranch = true; in convert()
920 const MCInstrDesc &D = HasBranch ? HII->get(Hexagon::J2_jump) in convert()
923 if (!HasBranch) in convert()