Home
last modified time | relevance | path

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

/freebsd-14.2/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()
1444 bool IsConditional = OutDegree[Edge.src] > 1; in calcExtTspScore() local
1446 Edge.count, IsConditional); in calcExtTspScore()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCAsmPrinter.cpp1622 bool IsConditional; in emitInstruction() local
1624 IsConditional = true; in emitInstruction()
1629 IsConditional = false; in emitInstruction()
1636 if (IsConditional) { in emitInstruction()
1694 if (IsConditional) in emitInstruction()
/freebsd-14.2/contrib/llvm-project/clang/lib/CodeGen/
H A DCodeGenFunction.h656 unsigned IsConditional : 1;
660 bool isConditional() const { return IsConditional; }
822 (Header.IsConditional ? sizeof(ActiveFlag) : 0));
829 if (Header.IsConditional)
/freebsd-14.2/contrib/llvm-project/clang/lib/Analysis/
H A DCFG.cpp677 : IsConditional(true), KnownExecuted(KnownExecuted) {} in TempDtorContext()
686 return IsConditional && !TerminatorExpr; in needsTempDtorBranch()
696 const bool IsConditional = false; member