Searched refs:X86CmovConverterPass (Results 1 – 1 of 1) sorted by relevance
109 class X86CmovConverterPass : public MachineFunctionPass { class111 X86CmovConverterPass() : MachineFunctionPass(ID) { } in X86CmovConverterPass() function in __anonc9c5ba1c0111::X86CmovConverterPass158 char X86CmovConverterPass::ID = 0;160 void X86CmovConverterPass::getAnalysisUsage(AnalysisUsage &AU) const { in getAnalysisUsage()165 bool X86CmovConverterPass::runOnMachineFunction(MachineFunction &MF) { in runOnMachineFunction()269 bool X86CmovConverterPass::collectCmovCandidates( in collectCmovCandidates()395 bool X86CmovConverterPass::checkForProfitableCmovCandidates( in checkForProfitableCmovCandidates()629 void X86CmovConverterPass::convertCmovInstsToBranches( in convertCmovInstsToBranches()890 INITIALIZE_PASS_BEGIN(X86CmovConverterPass, DEBUG_TYPE, "X86 cmov Conversion",893 INITIALIZE_PASS_END(X86CmovConverterPass, DEBUG_TYPE, "X86 cmov Conversion", in INITIALIZE_PASS_DEPENDENCY()[all …]