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.cpp136 bool HasBranch = false; member
448 if (RI.HasBranch) in print()
771 RI.HasBranch = checkBiasedBranch( in findScope()
778 if (!RI.HasBranch) { in findScope()
875 auto *Branch = RI.HasBranch ? in checkScopeHoistable()
878 if (RI.HasBranch || !Selects.empty()) { in checkScopeHoistable()
913 if (RI.HasBranch && InsertPoint != Branch) { in checkScopeHoistable()
943 if (RI.HasBranch) { in checkScopeHoistable()
960 if (RI.HasBranch) { in checkScopeHoistable()
1022 if (RI.HasBranch) { in getCHRConditionValuesForRegion()
[all …]
/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonEarlyIfConv.cpp904 bool HasBranch = false; in convert() local
910 HasBranch = true; in convert()
913 const MCInstrDesc &D = HasBranch ? HII->get(Hexagon::J2_jump) in convert()
916 if (!HasBranch) in convert()