Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64ExpandPseudoInsts.cpp266 LoadCmpBB->addSuccessor(StoreBB); in expandCMP_SWAP()
277 StoreBB->addSuccessor(LoadCmpBB); in expandCMP_SWAP()
278 StoreBB->addSuccessor(DoneBB); in expandCMP_SWAP()
291 computeAndAddLiveIns(LiveRegs, *StoreBB); in expandCMP_SWAP()
294 StoreBB->clearLiveIns(); in expandCMP_SWAP()
295 computeAndAddLiveIns(LiveRegs, *StoreBB); in expandCMP_SWAP()
383 LoadCmpBB->addSuccessor(StoreBB); in expandCMP_SWAP_128()
396 StoreBB->addSuccessor(LoadCmpBB); in expandCMP_SWAP_128()
397 StoreBB->addSuccessor(DoneBB); in expandCMP_SWAP_128()
424 computeAndAddLiveIns(LiveRegs, *StoreBB); in expandCMP_SWAP_128()
[all …]
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMExpandPseudoInsts.cpp1859 LoadCmpBB->addSuccessor(StoreBB); in ExpandCMP_SWAP()
1874 BuildMI(StoreBB, DL, TII->get(CMPri)) in ExpandCMP_SWAP()
1878 BuildMI(StoreBB, DL, TII->get(Bcc)) in ExpandCMP_SWAP()
1882 StoreBB->addSuccessor(LoadCmpBB); in ExpandCMP_SWAP()
1883 StoreBB->addSuccessor(DoneBB); in ExpandCMP_SWAP()
1899 StoreBB->clearLiveIns(); in ExpandCMP_SWAP()
1982 LoadCmpBB->addSuccessor(StoreBB); in ExpandCMP_SWAP_64()
1999 BuildMI(StoreBB, DL, TII->get(Bcc)) in ExpandCMP_SWAP_64()
2003 StoreBB->addSuccessor(LoadCmpBB); in ExpandCMP_SWAP_64()
2004 StoreBB->addSuccessor(DoneBB); in ExpandCMP_SWAP_64()
[all …]
/freebsd/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineLoadStoreAlloca.cpp1494 BasicBlock *StoreBB = SI.getParent(); in mergeStoreIntoSuccessor() local
1495 BasicBlock *DestBB = StoreBB->getTerminator()->getSuccessor(0); in mergeStoreIntoSuccessor()
1501 if (*PredIter == StoreBB) in mergeStoreIntoSuccessor()
1507 if (StoreBB == DestBB || OtherBB == DestBB) in mergeStoreIntoSuccessor()
1546 if (OtherBr->getSuccessor(0) != StoreBB && in mergeStoreIntoSuccessor()
1547 OtherBr->getSuccessor(1) != StoreBB) in mergeStoreIntoSuccessor()
1568 for (BasicBlock::iterator I = StoreBB->begin(); &*I != &SI; ++I) { in mergeStoreIntoSuccessor()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DPromoteMemoryToRegister.cpp515 BasicBlock *StoreBB = OnlyStore->getParent(); in rewriteSingleStoreAlloca() local
532 if (LI->getParent() == StoreBB) { in rewriteSingleStoreAlloca()
541 Info.UsingBlocks.push_back(StoreBB); in rewriteSingleStoreAlloca()
544 } else if (!DT.dominates(StoreBB, LI->getParent())) { in rewriteSingleStoreAlloca()
H A DSimplifyCFG.cpp2792 BasicBlock *StoreBB, BasicBlock *EndBB) { in isSafeToSpeculateStore() argument
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGCall.cpp3564 llvm::BasicBlock *StoreBB = store->getParent(); in findDominatingStoreToReturnValue() local
3567 while (IP != StoreBB) { in findDominatingStoreToReturnValue()