Home
last modified time | relevance | path

Searched refs:StoreBB (Results 1 – 6 of 6) sorted by relevance

/llvm-project-15.0.7/llvm/lib/Target/AArch64/
H A DAArch64ExpandPseudoInsts.cpp228 LoadCmpBB->addSuccessor(StoreBB); in expandCMP_SWAP()
239 StoreBB->addSuccessor(LoadCmpBB); in expandCMP_SWAP()
240 StoreBB->addSuccessor(DoneBB); in expandCMP_SWAP()
253 computeAndAddLiveIns(LiveRegs, *StoreBB); in expandCMP_SWAP()
256 StoreBB->clearLiveIns(); in expandCMP_SWAP()
257 computeAndAddLiveIns(LiveRegs, *StoreBB); in expandCMP_SWAP()
345 LoadCmpBB->addSuccessor(StoreBB); in expandCMP_SWAP_128()
358 StoreBB->addSuccessor(LoadCmpBB); in expandCMP_SWAP_128()
359 StoreBB->addSuccessor(DoneBB); in expandCMP_SWAP_128()
386 computeAndAddLiveIns(LiveRegs, *StoreBB); in expandCMP_SWAP_128()
[all …]
/llvm-project-15.0.7/llvm/lib/Target/ARM/
H A DARMExpandPseudoInsts.cpp1785 LoadCmpBB->addSuccessor(StoreBB); in ExpandCMP_SWAP()
1800 BuildMI(StoreBB, DL, TII->get(CMPri)) in ExpandCMP_SWAP()
1804 BuildMI(StoreBB, DL, TII->get(Bcc)) in ExpandCMP_SWAP()
1808 StoreBB->addSuccessor(LoadCmpBB); in ExpandCMP_SWAP()
1809 StoreBB->addSuccessor(DoneBB); in ExpandCMP_SWAP()
1825 StoreBB->clearLiveIns(); in ExpandCMP_SWAP()
1908 LoadCmpBB->addSuccessor(StoreBB); in ExpandCMP_SWAP_64()
1925 BuildMI(StoreBB, DL, TII->get(Bcc)) in ExpandCMP_SWAP_64()
1929 StoreBB->addSuccessor(LoadCmpBB); in ExpandCMP_SWAP_64()
1930 StoreBB->addSuccessor(DoneBB); in ExpandCMP_SWAP_64()
[all …]
/llvm-project-15.0.7/llvm/lib/Transforms/InstCombine/
H A DInstCombineLoadStoreAlloca.cpp1456 BasicBlock *StoreBB = SI.getParent(); in mergeStoreIntoSuccessor() local
1457 BasicBlock *DestBB = StoreBB->getTerminator()->getSuccessor(0); in mergeStoreIntoSuccessor()
1463 if (*PredIter == StoreBB) in mergeStoreIntoSuccessor()
1469 if (StoreBB == DestBB || OtherBB == DestBB) in mergeStoreIntoSuccessor()
1499 if (OtherBr->getSuccessor(0) != StoreBB && in mergeStoreIntoSuccessor()
1500 OtherBr->getSuccessor(1) != StoreBB) in mergeStoreIntoSuccessor()
1523 for (BasicBlock::iterator I = StoreBB->begin(); &*I != &SI; ++I) { in mergeStoreIntoSuccessor()
/llvm-project-15.0.7/llvm/lib/Transforms/Utils/
H A DPromoteMemoryToRegister.cpp359 BasicBlock *StoreBB = OnlyStore->getParent(); in rewriteSingleStoreAlloca() local
376 if (LI->getParent() == StoreBB) { in rewriteSingleStoreAlloca()
385 Info.UsingBlocks.push_back(StoreBB); in rewriteSingleStoreAlloca()
388 } else if (!DT.dominates(StoreBB, LI->getParent())) { in rewriteSingleStoreAlloca()
H A DSimplifyCFG.cpp2581 BasicBlock *StoreBB, BasicBlock *EndBB) { in isSafeToSpeculateStore() argument
/llvm-project-15.0.7/clang/lib/CodeGen/
H A DCGCall.cpp3279 llvm::BasicBlock *StoreBB = store->getParent(); in findDominatingStoreToReturnValue() local
3281 while (IP != StoreBB) { in findDominatingStoreToReturnValue()