Home
last modified time | relevance | path

Searched refs:IsConditional (Results 1 – 7 of 7) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DSMEPeepholeOpt.cpp68 bool IsConditional = isConditionalStartStop(MI2); in isMatchingStartStopPair() local
69 if (isConditionalStartStop(MI1) != IsConditional) in isMatchingStartStopPair()
72 if (!IsConditional) in isMatchingStartStopPair()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DCodeLayout.cpp154 uint64_t Count, bool IsConditional) { in extTSPScore() argument
158 IsConditional ? FallthroughWeightCond in extTSPScore()
165 IsConditional ? ForwardWeightCond in extTSPScore()
171 IsConditional ? BackwardWeightCond in extTSPScore()
276 bool IsConditional{false}; member
655 Jump.IsConditional = OutDegree[Jump.Source->Index] > 1; in initialize()
840 Jump->IsConditional); in extTSPScore()
1442 bool IsConditional = OutDegree[Edge.src] > 1; in calcExtTspScore() local
1444 Edge.count, IsConditional); in calcExtTspScore()
/freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCAsmPrinter.cpp1825 bool IsConditional; in emitInstruction() local
1827 IsConditional = true; in emitInstruction()
1832 IsConditional = false; in emitInstruction()
1839 if (IsConditional) { in emitInstruction()
1897 if (IsConditional) in emitInstruction()
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86MCInstLower.cpp1375 bool IsConditional = TC.getOpcode() == X86::JCC_1; in LowerPATCHABLE_TAIL_CALL() local
1377 if (IsConditional) { in LowerPATCHABLE_TAIL_CALL()
1429 if (IsConditional) in LowerPATCHABLE_TAIL_CALL()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DVPlan.h2469 bool IsConditional = false; variable
2479 IsConditional = true; in VPReductionRecipe()
2536 bool isConditional() const { return IsConditional; }; in isConditional()
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCodeGenFunction.h738 unsigned IsConditional : 1;
742 bool isConditional() const { return IsConditional; }
950 (Header.IsConditional ? sizeof(ActiveFlag) : 0));
958 if (Header.IsConditional)
/freebsd/contrib/llvm-project/clang/lib/Analysis/
H A DCFG.cpp699 : IsConditional(true), KnownExecuted(KnownExecuted) {} in TempDtorContext()
708 return IsConditional && !TerminatorExpr; in needsTempDtorBranch()
718 const bool IsConditional = false; member