OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:StoreBB
(Results
1 - 3
of
3
) sorted by null
/external/llvm/lib/Transforms/InstCombine/
InstCombineLoadStoreAlloca.cpp
693
BasicBlock *
StoreBB
= SI.getParent();
698
BasicBlock *DestBB =
StoreBB
->getTerminator()->getSuccessor(0);
706
if (P !=
StoreBB
)
713
if (P !=
StoreBB
) {
723
if (
StoreBB
== DestBB || OtherBB == DestBB)
752
// destinations is
StoreBB
, then we have the if/then case.
753
if (OtherBr->getSuccessor(0) !=
StoreBB
&&
754
OtherBr->getSuccessor(1) !=
StoreBB
)
757
// Okay, we know that OtherBr now goes to Dest and
StoreBB
, so this is an
777
//
StoreBB
[
all
...]
/external/llvm/lib/Transforms/Utils/
PromoteMemoryToRegister.cpp
412
BasicBlock *
StoreBB
= OnlyStore->getParent();
431
if (LI->getParent() ==
StoreBB
) {
440
Info.UsingBlocks.push_back(
StoreBB
);
444
} else if (LI->getParent() !=
StoreBB
&&
445
!DT.dominates(
StoreBB
, LI->getParent())) {
[
all
...]
/external/clang/lib/CodeGen/
CGCall.cpp
[
all
...]
Completed in 180 milliseconds