Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Transforms/Utils/
H A DCodeLayout.cpp129 uint64_t Count, bool IsConditional) { in extTSPScore() argument
133 IsConditional ? FallthroughWeightCond in extTSPScore()
140 IsConditional ? ForwardWeightCond in extTSPScore()
146 IsConditional ? BackwardWeightCond in extTSPScore()
239 bool IsConditional{false}; member in __anone35372fe0111::Jump
541 Jump.IsConditional = OutDegree[Jump.Source->Index] > 1; in initialize()
719 Jump->IsConditional); in extTSPScore()
998 bool IsConditional = OutDegree[Pred] > 1; in calcExtTspScore() local
1000 IsConditional); in calcExtTspScore()
/openbsd-src/gnu/llvm/llvm/lib/Target/PowerPC/
H A DPPCAsmPrinter.cpp1563 bool IsConditional; in emitInstruction() local
1565 IsConditional = true; in emitInstruction()
1570 IsConditional = false; in emitInstruction()
1577 if (IsConditional) { in emitInstruction()
1635 if (IsConditional) in emitInstruction()
/openbsd-src/gnu/llvm/clang/lib/CodeGen/
H A DCodeGenFunction.h648 unsigned IsConditional : 1;
652 bool isConditional() const { return IsConditional; }
814 (Header.IsConditional ? sizeof(ActiveFlag) : 0));
821 if (Header.IsConditional)
/openbsd-src/gnu/llvm/clang/lib/Analysis/
H A DCFG.cpp664 : IsConditional(true), KnownExecuted(KnownExecuted) {} in TempDtorContext()
673 return IsConditional && !TerminatorExpr; in needsTempDtorBranch()
683 const bool IsConditional = false; member