Searched refs:StoreBB (Results 1 - 4 of 4) sorted by relevance

/freebsd-11.0-release/contrib/llvm/lib/Transforms/InstCombine/
H A DInstCombineLoadStoreAlloca.cpp1150 BasicBlock *StoreBB = SI.getParent(); local
1155 BasicBlock *DestBB = StoreBB->getTerminator()->getSuccessor(0);
1163 if (P != StoreBB)
1170 if (P != StoreBB) {
1180 if (StoreBB == DestBB || OtherBB == DestBB)
1209 // destinations is StoreBB, then we have the if/then case.
1210 if (OtherBr->getSuccessor(0) != StoreBB &&
1211 OtherBr->getSuccessor(1) != StoreBB)
1214 // Okay, we know that OtherBr now goes to Dest and StoreBB, so this is an
1234 // StoreBB
[all...]
/freebsd-11.0-release/contrib/llvm/lib/Transforms/Utils/
H A DPromoteMemoryToRegister.cpp342 BasicBlock *StoreBB = OnlyStore->getParent(); local
361 if (LI->getParent() == StoreBB) {
370 Info.UsingBlocks.push_back(StoreBB);
374 } else if (LI->getParent() != StoreBB &&
375 !DT.dominates(StoreBB, LI->getParent())) {
H A DSimplifyCFG.cpp1435 BasicBlock *StoreBB, BasicBlock *EndBB) {
1434 isSafeToSpeculateStore(Instruction *I, BasicBlock *BrBB, BasicBlock *StoreBB, BasicBlock *EndBB) argument
/freebsd-11.0-release/contrib/llvm/tools/clang/lib/CodeGen/
H A DCGCall.cpp2351 llvm::BasicBlock *StoreBB = store->getParent();
2353 while (IP != StoreBB) {

Completed in 75 milliseconds