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

/freebsd-12-stable/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DControlHeightReduction.cpp164 RegInfo() : R(nullptr), HasBranch(false) {}
165 RegInfo(Region *RegionIn) : R(RegionIn), HasBranch(false) {}
167 bool HasBranch; member in struct:__anon5588::RegInfo
477 if (RI.HasBranch)
720 // the same as the branch instruction if RI.HasBranch is true.
793 RI.HasBranch = checkBiasedBranch(
800 if (!RI.HasBranch) {
897 auto *Branch = RI.HasBranch ?
900 if (RI.HasBranch || !Selects.empty()) {
938 if (RI.HasBranch
[all...]
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonEarlyIfConv.cpp913 bool HasBranch = false; local
919 HasBranch = true;
922 const MCInstrDesc &D = HasBranch ? HII->get(Hexagon::J2_jump)
925 if (!HasBranch)

Completed in 128 milliseconds