OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:Beginning
(Results
1 - 7
of
7
) sorted by relevancy
/src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/GlobalISel/
RegBankSelect.h
236
/// Insertion point at the
beginning
or end of a basic block.
242
/// Does the insertion point is at the
beginning
or end of MBB.
243
bool
Beginning
;
249
return
Beginning
? MBB.begin() : MBB.end();
255
MBBInsertPoint(MachineBasicBlock &MBB, bool
Beginning
= true)
256
: InsertPoint(), MBB(MBB),
Beginning
(
Beginning
) {
259
assert((!
Beginning
|| MBB.getFirstNonPHI() == MBB.begin()) &&
260
"Invalid
beginning
point");
263
assert((
Beginning
|| MBB.getFirstTerminator() == MBB.end()) &
[
all
...]
/src/external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/
LoopSink.cpp
29
// Insert I at BB's
beginning
244
MSSAU->createMemoryAccessInBB(IC, nullptr, N, MemorySSA::
Beginning
);
272
MSSAU->moveToPlace(OldMemAcc, MoveBB, MemorySSA::
Beginning
);
LICM.cpp
1489
New, nullptr, New->getParent(), MemorySSA::
Beginning
);
1921
NewSI, nullptr, NewSI->getParent(), MemorySSA::
Beginning
);
/src/external/apache2/llvm/dist/llvm/lib/CodeGen/GlobalISel/
RegBankSelect.cpp
807
addInsertPoint(Pred, /*
Beginning
*/ false);
853
bool
Beginning
) {
854
addInsertPoint(*new MBBInsertPoint(MBB,
Beginning
));
882
// Slice and return the
beginning
of the new block.
/src/external/apache2/llvm/dist/llvm/lib/Analysis/
MemorySSA.cpp
1512
// the
beginning
of the function. We do not actually insert it into the IR.
1602
if (Point ==
Beginning
) {
1683
assert(Point ==
Beginning
&&
1684
"Can only move a Phi at the
beginning
of the block");
1700
insertIntoListsForBlock(Phi, BB,
Beginning
);
MemorySSAUpdater.cpp
1279
MSSA->moveTo(Phi, New, MemorySSA::
Beginning
);
/src/external/apache2/llvm/dist/llvm/include/llvm/Analysis/
MemorySSA.h
790
/// about the
beginning
or end of a block.
791
enum InsertionPlace {
Beginning
, End, BeforeTerminator };
Completed in 70 milliseconds
Indexes created Tue Jun 09 00:24:00 UTC 2026