Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/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 …]
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMExpandPseudoInsts.cpp1695 LoadCmpBB->addSuccessor(StoreBB); in ExpandCMP_SWAP()
1709 BuildMI(StoreBB, DL, TII->get(CMPri)) in ExpandCMP_SWAP()
1713 BuildMI(StoreBB, DL, TII->get(Bcc)) in ExpandCMP_SWAP()
1717 StoreBB->addSuccessor(LoadCmpBB); in ExpandCMP_SWAP()
1718 StoreBB->addSuccessor(DoneBB); in ExpandCMP_SWAP()
1734 StoreBB->clearLiveIns(); in ExpandCMP_SWAP()
1816 LoadCmpBB->addSuccessor(StoreBB); in ExpandCMP_SWAP_64()
1833 BuildMI(StoreBB, DL, TII->get(Bcc)) in ExpandCMP_SWAP_64()
1837 StoreBB->addSuccessor(LoadCmpBB); in ExpandCMP_SWAP_64()
1838 StoreBB->addSuccessor(DoneBB); in ExpandCMP_SWAP_64()
[all …]
/freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineLoadStoreAlloca.cpp1476 BasicBlock *StoreBB = SI.getParent(); in mergeStoreIntoSuccessor() local
1477 BasicBlock *DestBB = StoreBB->getTerminator()->getSuccessor(0); in mergeStoreIntoSuccessor()
1483 if (*PredIter == StoreBB) in mergeStoreIntoSuccessor()
1489 if (StoreBB == DestBB || OtherBB == DestBB) in mergeStoreIntoSuccessor()
1519 if (OtherBr->getSuccessor(0) != StoreBB && in mergeStoreIntoSuccessor()
1520 OtherBr->getSuccessor(1) != StoreBB) in mergeStoreIntoSuccessor()
1543 for (BasicBlock::iterator I = StoreBB->begin(); &*I != &SI; ++I) { in mergeStoreIntoSuccessor()
/freebsd-13.1/contrib/llvm-project/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.cpp2225 BasicBlock *StoreBB, BasicBlock *EndBB) { in isSafeToSpeculateStore() argument
/freebsd-13.1/contrib/llvm-project/clang/lib/CodeGen/
H A DCGCall.cpp3200 llvm::BasicBlock *StoreBB = store->getParent(); in findDominatingStoreToReturnValue() local
3202 while (IP != StoreBB) { in findDominatingStoreToReturnValue()