Searched defs:CondBranch (Results 1 – 7 of 7) sorted by relevance
/llvm-project/bolt/lib/Core/ |
H A D | BinaryBasicBlock.cpp | 118 MCInst *CondBranch = nullptr; in validateSuccessorInvariants() local 331 void BinaryBasicBlock::removeDuplicateConditionalSuccessor(MCInst *CondBranch) { in removeDuplicateConditionalSuccessor() 400 MCInst *&CondBranch, in analyzeBranch()
|
H A D | DynoStats.cpp | 281 MCInst *CondBranch = nullptr; in getDynoStats() local
|
H A D | BinaryFunction.cpp | 3148 MCInst *CondBranch = nullptr; dumpGraph() local 3322 MCInst *CondBranch = nullptr; fixBranches() local 3658 MCInst *CondBranch = nullptr; dfs() local [all...] |
/llvm-project/bolt/lib/Passes/ |
H A D | BinaryPasses.cpp | 687 MCInst *CondBranch = nullptr; fixDoubleJumps() local 778 shouldRewriteBranch(const BinaryBasicBlock * PredBB,const MCInst & CondBranch,const BinaryBasicBlock * BB,const bool DirectionFlag) shouldRewriteBranch() argument 859 MCInst *CondBranch = nullptr; fixTailCalls() local 953 MCInst *CondBranch = nullptr; fixTailCalls() local 1109 MCInst *CondBranch = nullptr; removeUselessCondBranches() local [all...] |
/llvm-project/bolt/lib/Target/RISCV/ |
H A D | RISCVMCPlusBuilder.cpp | 261 analyzeBranch(InstructionIterator Begin,InstructionIterator End,const MCSymbol * & TBB,const MCSymbol * & FBB,MCInst * & CondBranch,MCInst * & UncondBranch) const analyzeBranch() argument
|
/llvm-project/bolt/lib/Target/AArch64/ |
H A D | AArch64MCPlusBuilder.cpp | 1152 analyzeBranch(InstructionIterator Begin,InstructionIterator End,const MCSymbol * & TBB,const MCSymbol * & FBB,MCInst * & CondBranch,MCInst * & UncondBranch) const analyzeBranch() argument
|
/llvm-project/llvm/lib/Target/AArch64/ |
H A D | AArch64InstrInfo.cpp | 9625 MachineInstr *CondBranch; global() member in __anon20eab7762311::AArch64PipelinerLoopInfo 9643 AArch64PipelinerLoopInfo(MachineBasicBlock * LoopBB,MachineInstr * CondBranch,MachineInstr * Comp,unsigned CompCounterOprNum,MachineInstr * Update,unsigned UpdateCounterOprNum,Register Init,bool IsUpdatePriorComp,const SmallVectorImpl<MachineOperand> & Cond) AArch64PipelinerLoopInfo() argument 9959 MachineInstr *CondBranch = &*LoopBB->getFirstTerminator(); analyzeLoopForPipelining() local [all...] |