Searched refs:FirstCC (Results 1 – 4 of 4) sorted by relevance
80 unsigned FirstCC = BC.MIB->getCondCode(*FirstJump); in runOnFunction() local82 FirstCC = BC.MIB->getInvertedCondCode(FirstCC); in runOnFunction()88 FirstCC)); in runOnFunction()93 BC.MIB->getCondCode(*SecondJump), FirstCC)); in runOnFunction()95 if (!BC.MIB->isValidCondCode(FirstCC) || in runOnFunction()100 Blocks.push_back(std::make_pair(FirstEndpoint, FirstCC)); in runOnFunction()
292 X86::CondCode FirstCC = X86::COND_INVALID, FirstOppCC = X86::COND_INVALID, in collectCmovCandidates() local308 FirstCC = CC; in collectCmovCandidates()318 if (FoundNonCMOVInst || (CC != FirstCC && CC != FirstOppCC)) in collectCmovCandidates()
34821 X86::CondCode FirstCC = X86::CondCode(FirstCMOV.getOperand(3).getImm()); in EmitLoweredCascadedSelect() local34822 BuildMI(ThisMBB, DL, TII->get(X86::JCC_1)).addMBB(SinkMBB).addImm(FirstCC); in EmitLoweredCascadedSelect()
10011 auto FirstCC = static_cast<RISCVCC::CondCode>(First.getOperand(3).getImm()); in EmitLoweredCascadedSelect() local10015 BuildMI(FirstMBB, DL, TII.getBrCond(FirstCC)) in EmitLoweredCascadedSelect()