Searched refs:getCondFromBranchOpc (Results 1 – 8 of 8) sorted by relevance
255 assert(X86::getCondFromBranchOpc(SplitI.getOpcode()) != X86::COND_INVALID && in splitBlock()261 assert(X86::getCondFromBranchOpc(PrevI.getOpcode()) != X86::COND_INVALID && in splitBlock()591 if (X86::getCondFromBranchOpc(MI.getOpcode()) != X86::COND_INVALID) { in runOnMachineFunction()597 X86::getCondFromBranchOpc(JmpIt->getOpcode()) != in runOnMachineFunction()870 X86::CondCode Cond = X86::getCondFromBranchOpc(JmpI.getOpcode()); in rewriteCondJmp()
88 CondCode getCondFromBranchOpc(unsigned Opc);
516 CC = X86::getCondFromBranchOpc(I->getOpcode()); in analyzeMBB()
664 if (X86::getCondFromBranchOpc(MI.getOpcode()) == X86::COND_INVALID) { in collectBlockCondInfo()792 X86::CondCode Cond = X86::getCondFromBranchOpc(CondBr->getOpcode()); in tracePredStateThroughCFG()
2092 X86::CondCode X86::getCondFromBranchOpc(unsigned BrOpc) { in getCondFromBranchOpc() function in X862493 X86::CondCode CC = X86::getCondFromBranchOpc(I->getOpcode()); in replaceBranchWithTailCall()2600 X86::CondCode BranchCode = X86::getCondFromBranchOpc(I->getOpcode()); in AnalyzeBranchImpl()2801 X86::getCondFromBranchOpc(I->getOpcode()) == X86::COND_INVALID) in removeBranch()3770 OldCC = X86::getCondFromBranchOpc(Instr.getOpcode()); in optimizeCompareInstr()
2288 CC = X86::getCondFromBranchOpc(Opc); in getCondFromOpc()
218 AVRCC::CondCodes AVRInstrInfo::getCondFromBranchOpc(unsigned Opc) const { in getCondFromBranchOpc() function in llvm::AVRInstrInfo325 AVRCC::CondCodes BranchCode = getCondFromBranchOpc(I->getOpcode()); in analyzeBranch()453 getCondFromBranchOpc(I->getOpcode()) == AVRCC::COND_INVALID) { in removeBranch()
71 AVRCC::CondCodes getCondFromBranchOpc(unsigned Opc) const;