Searched defs:SourceBB (Results 1 – 6 of 6) sorted by relevance
/llvm-project/bolt/lib/Passes/ |
H A D | LongJmp.cpp | 73 createNewStub(BinaryBasicBlock & SourceBB,const MCSymbol * TgtSym,bool TgtIsFunc,uint64_t AtAddress) createNewStub() argument 159 lookupGlobalStub(const BinaryBasicBlock & SourceBB,const MCInst & Inst,const MCSymbol * TgtSym,uint64_t DotAddress) const lookupGlobalStub() argument 168 lookupLocalStub(const BinaryBasicBlock & SourceBB,const MCInst & Inst,const MCSymbol * TgtSym,uint64_t DotAddress) const lookupLocalStub() argument
|
H A D | IndirectCallPromotion.cpp | 872 BinaryBasicBlock *SourceBB = I ? NewBBs[I - 1].get() : &IndCallBlock; fixCFG() local
|
/llvm-project/llvm/lib/CodeGen/ |
H A D | MachineSSAUpdater.cpp | 233 MachineBasicBlock *SourceBB = findCorrespondingPred(UseMI, &U); in RewriteUse() local
|
H A D | ModuloSchedule.cpp | 1641 moveStageBetweenBlocks(MachineBasicBlock * DestBB,MachineBasicBlock * SourceBB,unsigned Stage) moveStageBetweenBlocks() argument
|
/llvm-project/llvm/lib/Analysis/ |
H A D | IRSimilarityIdentifier.cpp | 1096 BasicBlock *SourceBB = cast<Instruction>(SourceV)->getParent(); createCanonicalRelationFrom() local
|
/llvm-project/llvm/lib/Transforms/IPO/ |
H A D | IROutliner.cpp | 156 static void moveBBContents(BasicBlock &SourceBB, BasicBlock &TargetBB) { in moveBBContents() argument
|