Home
last modified time | relevance | path

Searched refs:HeadBB (Results 1 – 4 of 4) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/
DMergedLoadStoreMotion.cpp283 bool MergedLoadStoreMotion::mergeStores(BasicBlock *HeadBB) { in mergeStores() argument
286 BasicBlock *TailBB = getDiamondTail(HeadBB); in mergeStores()
290 succ_iterator SI = succ_begin(HeadBB); in mergeStores()
291 assert(SI != succ_end(HeadBB) && "Diamond head cannot have zero successors"); in mergeStores()
294 assert(SI != succ_end(HeadBB) && "Diamond head cannot have single successor"); in mergeStores()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DMachineLoopInfo.cpp108 if (const BasicBlock *HeadBB = HeadMBB->getBasicBlock()) in getStartLoc() local
109 return HeadBB->getTerminator()->getDebugLoc(); in getStartLoc()
DMachineBlockPlacement.cpp1757 const MachineBasicBlock *HeadBB, BlockChain &Chain, in buildChain() argument
1759 assert(HeadBB && "BB must not be null.\n"); in buildChain()
1760 assert(BlockToChain[HeadBB] == &Chain && "BlockToChainMap mis-match.\n"); in buildChain()
1763 const MachineBasicBlock *LoopHeaderBB = HeadBB; in buildChain()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
DLoopInfo.cpp641 if (BasicBlock *HeadBB = getHeader()) in getLocRange() local
642 return LocRange(HeadBB->getTerminator()->getDebugLoc()); in getLocRange()