Searched refs:FC1 (Results 1 - 3 of 3) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DLoopFuse.cpp394 // order. Thus, if FC0 comes *before* FC1 in a FusionCandidateSet, then FC0
395 // dominates FC1 and FC1 post-dominates FC0.
597 const FusionCandidate &FC1) const {
598 assert(FC0.Preheader && FC1.Preheader && "Expecting valid preheaders");
600 return ::isControlFlowEquivalent(*FC0.getEntryBlock(), *FC1.getEntryBlock(),
652 const FusionCandidate &FC1) {
666 const FusionCandidate &FC1) const {
674 const SCEV *TripCount1 = SE.getBackedgeTakenCount(FC1.L);
708 auto FC1 local
651 isBeneficialFusion(const FusionCandidate &FC0, const FusionCandidate &FC1) argument
804 << *FC1 << "\\n"); local
936 dependencesAllowFusion(const FusionCandidate &FC0, const FusionCandidate &FC1, Instruction &I0, Instruction &I1, bool AnyDep, FusionDependenceAnalysisChoice DepChoice) argument
983 dependencesAllowFusion(const FusionCandidate &FC0, const FusionCandidate &FC1) argument
985 LLVM_DEBUG(dbgs() << "Check if " << FC0 << " can be fused with " << FC1 local
1104 mergeLatch(const FusionCandidate &FC0, const FusionCandidate &FC1) argument
1141 performFusion(const FusionCandidate &FC0, const FusionCandidate &FC1) argument
1330 reportLoopFusion(const FusionCandidate &FC0, const FusionCandidate &FC1, llvm::Statistic &Stat) argument
1359 fuseGuardedLoops(const FusionCandidate &FC0, const FusionCandidate &FC1) argument
[all...]
H A DReassociate.cpp1071 if (ConstantInt *FC1 = dyn_cast<ConstantInt>(Factor)) {
1073 if (FC1->getValue() == -FC2->getValue()) {
1078 } else if (ConstantFP *FC1 = dyn_cast<ConstantFP>(Factor)) {
1080 const APFloat &F1 = FC1->getValueAPF();
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Analysis/
H A DValueTracking.cpp5134 const APFloat *FC1; local
5135 if (CmpRHS != TrueVal || !match(CmpRHS, m_APFloat(FC1)) || !FC1->isFinite())
5147 *FC1 < *FC2)
5157 *FC1 > *FC2)

Completed in 78 milliseconds