OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:RowBody
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/apache2/llvm/dist/llvm/lib/Transforms/Utils/
MatrixUtils.cpp
87
BasicBlock *
RowBody
=
90
RowLoopLatch =
RowBody
->getSingleSuccessor();
93
CreateLoop(
RowBody
, RowLoopLatch, B.getInt64(NumInner),
97
RowLoopHeader =
RowBody
->getSinglePredecessor();
/src/external/apache2/llvm/dist/llvm/lib/Target/X86/
X86LowerAMXIntrinsics.cpp
164
BasicBlock *
RowBody
= createLoop(Start, End, Row, B.getInt16(1),
166
BasicBlock *RowLatch =
RowBody
->getSingleSuccessor();
168
BasicBlock *ColBody = createLoop(
RowBody
, RowLatch, Col, B.getInt16(1),
173
BasicBlock *RowLoopHeader =
RowBody
->getSinglePredecessor();
205
VecPhi->addIncoming(VecCPhiRowLoop,
RowBody
);
280
BasicBlock *
RowBody
= createLoop(Start, End, Row, B.getInt16(1),
282
BasicBlock *RowLatch =
RowBody
->getSingleSuccessor();
284
BasicBlock *ColBody = createLoop(
RowBody
, RowLatch, Col, B.getInt16(1),
295
BasicBlock *RowLoopHeader =
RowBody
->getSinglePredecessor();
341
VecCPhiColLoop->addIncoming(VecCPhiRowLoop,
RowBody
);
[
all
...]
Completed in 48 milliseconds
Indexes created Sat Jun 13 00:24:39 UTC 2026