Home
last modified time | relevance | path

Searched defs:SourceBB (Results 1 – 7 of 7) sorted by relevance

/aosp_15_r20/external/llvm/lib/CodeGen/
H A DMachineSSAUpdater.cpp225 MachineBasicBlock *SourceBB = findCorrespondingPred(UseMI, &U); in RewriteUse() local
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/CodeGen/
H A DMachineSSAUpdater.cpp238 MachineBasicBlock *SourceBB = findCorrespondingPred(UseMI, &U); in RewriteUse() local
H A DModuloSchedule.cpp1642 MachineBasicBlock *DestBB, MachineBasicBlock *SourceBB, unsigned Stage) { in moveStageBetweenBlocks()
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
H A DMachineSSAUpdater.cpp227 MachineBasicBlock *SourceBB = findCorrespondingPred(UseMI, &U); in RewriteUse() local
H A DModuloSchedule.cpp1616 MachineBasicBlock *DestBB, MachineBasicBlock *SourceBB, unsigned Stage) { in moveStageBetweenBlocks()
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Analysis/
H A DIRSimilarityIdentifier.cpp1043 BasicBlock *SourceBB = cast<Instruction>(SourceV)->getParent(); in createCanonicalRelationFrom() local
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Transforms/IPO/
H A DIROutliner.cpp158 static void moveBBContents(BasicBlock &SourceBB, BasicBlock &TargetBB) { in moveBBContents()