Home
last modified time | relevance | path

Searched refs:replaceBranchCondition (Results 1 – 3 of 3) sorted by relevance

/llvm-project-15.0.7/bolt/lib/Passes/
H A DThreeWayBranch.cpp134 BC.MIB->replaceBranchCondition(*FirstJump, Blocks[2].first->getLabel(), in runOnFunction()
137 BC.MIB->replaceBranchCondition( in runOnFunction()
143 BC.MIB->replaceBranchCondition(*SecondJump, Blocks[0].first->getLabel(), in runOnFunction()
/llvm-project-15.0.7/bolt/include/bolt/Core/
H A DMCPlusBuilder.h1599 virtual bool replaceBranchCondition(MCInst &Inst, const MCSymbol *TBB, in replaceBranchCondition() function
/llvm-project-15.0.7/bolt/lib/Target/X86/
H A DX86MCPlusBuilder.cpp2951 bool replaceBranchCondition(MCInst &Inst, const MCSymbol *TBB, MCContext *Ctx, in replaceBranchCondition() function in __anoncef8f4420111::X86MCPlusBuilder