Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DCodeLayout.cpp154 uint64_t Count, bool IsConditional) {
158 IsConditional ? FallthroughWeightCond
165 IsConditional ? ForwardWeightCond in score()
171 IsConditional ? BackwardWeightCond in setMergeType()
276 bool IsConditional{false}; in isCold()
655 Jump.IsConditional = OutDegree[Jump.Source->Index] > 1; in mergeForcedPairs()
840 Jump->IsConditional); in getBestMergeGain()
1444 bool IsConditional = OutDegree[Edge.src] > 1;
1446 Edge.count, IsConditional);
133 extTSPScore(uint64_t SrcAddr,uint64_t SrcSize,uint64_t DstAddr,uint64_t Count,bool IsConditional) extTSPScore() argument
252 bool IsConditional{false}; global() member
1029 bool IsConditional = OutDegree[Pred] > 1; calcExtTspScore() local
/freebsd/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()
/freebsd/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()
/freebsd/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()
/freebsd/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)
/freebsd/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