Home
last modified time | relevance | path

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

/src/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()
/src/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCAsmPrinter.cpp1847 bool IsConditional; in emitInstruction() local
1849 IsConditional = true; in emitInstruction()
1854 IsConditional = false; in emitInstruction()
1861 if (IsConditional) { in emitInstruction()
1919 if (IsConditional) in emitInstruction()
/src/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86MCInstLower.cpp1380 bool IsConditional = TC.getOpcode() == X86::JCC_1; in LowerPATCHABLE_TAIL_CALL() local
1382 if (IsConditional) { in LowerPATCHABLE_TAIL_CALL()
1434 if (IsConditional) in LowerPATCHABLE_TAIL_CALL()
/src/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DVPlan.h2178 bool IsConditional = false; variable
2186 IsConditional = true; in VPReductionRecipe()
2232 bool isConditional() const { return IsConditional; }; in isConditional()
/src/contrib/llvm-project/clang/lib/CodeGen/
H A DCodeGenFunction.h727 unsigned IsConditional : 1;
731 bool isConditional() const { return IsConditional; }
893 (Header.IsConditional ? sizeof(ActiveFlag) : 0));
900 if (Header.IsConditional)
/src/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