Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Instrumentation/
H A DControlHeightReduction.cpp165 RegInfo() : R(nullptr), HasBranch(false) {} in RegInfo()
166 RegInfo(Region *RegionIn) : R(RegionIn), HasBranch(false) {} in RegInfo()
168 bool HasBranch; member
473 if (RI.HasBranch) in print()
787 RI.HasBranch = checkBiasedBranch( in findScope()
794 if (!RI.HasBranch) { in findScope()
891 auto *Branch = RI.HasBranch ? in checkScopeHoistable()
894 if (RI.HasBranch || !Selects.empty()) { in checkScopeHoistable()
932 if (RI.HasBranch && InsertPoint != Branch) { in checkScopeHoistable()
962 if (RI.HasBranch) { in checkScopeHoistable()
[all …]
/netbsd-src/external/apache2/llvm/dist/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()