OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:SecondBB
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/apache2/llvm/dist/llvm/lib/Transforms/Utils/
PredicateInfo.cpp
440
BasicBlock *
SecondBB
= BI->getSuccessor(1);
442
for (BasicBlock *Succ : {FirstBB,
SecondBB
}) {
/src/external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/
DeadStoreElimination.cpp
505
BasicBlock *
SecondBB
= SecondI->getParent();
509
// Start checking the
SecondBB
.
511
std::make_pair(
SecondBB
, PHITransAddr(MemLocPtr, DL, nullptr)));
526
// Ignore instructions after SecondI if this is the first visit of
SecondBB
.
527
assert(B ==
SecondBB
&& "first block is not the store block");
531
// It's not
SecondBB
or (in case of a loop) the second visit of
SecondBB
.
Completed in 15 milliseconds
Indexes created Wed Aug 05 00:25:39 UTC 2026