OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:BB0
(Results
1 - 5
of
5
) sorted by relevancy
/src/external/apache2/llvm/dist/llvm/include/llvm/Transforms/Utils/
CodeMoverUtils.h
32
/// Return true if \p
BB0
and \p BB1 are control flow equivalent.
35
bool isControlFlowEquivalent(const BasicBlock &
BB0
, const BasicBlock &BB1,
/src/external/apache2/llvm/dist/llvm/lib/Transforms/Utils/
CodeMoverUtils.cpp
39
/// example, `br %cond,
bb0
, bb1` %cond is a control condition of
bb0
with the
235
bool llvm::isControlFlowEquivalent(const BasicBlock &
BB0
, const BasicBlock &BB1,
238
if (&
BB0
== &BB1)
241
if ((DT.dominates(&
BB0
, &BB1) && PDT.dominates(&BB1, &
BB0
)) ||
242
(PDT.dominates(&
BB0
, &BB1) && DT.dominates(&BB1, &
BB0
)))
245
// If the set of conditions required to execute
BB0
and BB1 from their common
246
// dominator are the same, then
BB0
and BB1 are control flow equivalent
[
all
...]
/src/external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/
MergedLoadStoreMotion.cpp
190
BasicBlock *
BB0
= Store0->getParent();
200
!isStoreSinkBarrierInRange(*Store0->getNextNode(),
BB0
->back(), Loc0)) {
/src/external/gpl3/gcc/dist/libgcc/config/avr/
lib1funcs.S
254
#define
BB0
20
287
clr
BB0
289
mov
BB0
, B0
298
mov
BB0
, B0
302
sub C1,
BB0
351
#undef
BB0
1263
#define
BB0
18
1264
#define BB1
BB0
+1
1265
#define BB2
BB0
+2
1266
#define BB3
BB0
+
[
all
...]
/src/external/gpl3/gcc.old/dist/libgcc/config/avr/
lib1funcs.S
249
#define
BB0
20
282
clr
BB0
284
mov
BB0
, B0
293
mov
BB0
, B0
297
sub C1,
BB0
346
#undef
BB0
1258
#define
BB0
18
1259
#define BB1
BB0
+1
1260
#define BB2
BB0
+2
1261
#define BB3
BB0
+
[
all
...]
Completed in 34 milliseconds
Indexes created Tue Sep 22 00:26:15 UTC 2026