OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:SplitPt
(Results
1 - 3
of
3
) sorted by relevancy
/src/external/apache2/llvm/dist/llvm/include/llvm/Transforms/Utils/
BasicBlockUtils.h
292
/// Everything before \p
SplitPt
stays in \p Old and everything starting with \p
293
///
SplitPt
moves to a new block. The two blocks are joined by an unconditional
297
BasicBlock *SplitBlock(BasicBlock *Old, Instruction *
SplitPt
, DominatorTree *DT,
307
/// Everything before \p
SplitPt
stays in \p Old and everything starting with \p
308
///
SplitPt
moves to a new block. The two blocks are joined by an unconditional
310
BasicBlock *SplitBlock(BasicBlock *Old, Instruction *
SplitPt
,
315
/// Split the specified block at the specified instruction \p
SplitPt
.
316
/// All instructions before \p
SplitPt
are moved to a new block and all
317
/// instructions after \p
SplitPt
stay in the old block. The new block and the
320
BasicBlock *splitBlockBefore(BasicBlock *Old, Instruction *
SplitPt
,
[
all
...]
/src/external/apache2/llvm/dist/llvm/lib/Transforms/Utils/
BasicBlockUtils.cpp
760
static BasicBlock *SplitBlockImpl(BasicBlock *Old, Instruction *
SplitPt
,
766
return splitBlockBefore(Old,
SplitPt
,
770
BasicBlock::iterator SplitIt =
SplitPt
->getIterator();
814
BasicBlock *llvm::SplitBlock(BasicBlock *Old, Instruction *
SplitPt
,
818
return SplitBlockImpl(Old,
SplitPt
, /*DTU=*/nullptr, DT, LI, MSSAU, BBName,
821
BasicBlock *llvm::SplitBlock(BasicBlock *Old, Instruction *
SplitPt
,
825
return SplitBlockImpl(Old,
SplitPt
, DTU, /*DT=*/nullptr, LI, MSSAU, BBName,
829
BasicBlock *llvm::splitBlockBefore(BasicBlock *Old, Instruction *
SplitPt
,
834
BasicBlock::iterator SplitIt =
SplitPt
->getIterator();
/src/external/apache2/llvm/dist/llvm/lib/CodeGen/
CodeGenPrepare.cpp
2051
BasicBlock::iterator
SplitPt
= ++(BasicBlock::iterator(CountZeros));
2052
BasicBlock *EndBlock = CallBlock->splitBasicBlock(
SplitPt
, "cond.end");
6777
BasicBlock::iterator
SplitPt
= ++(BasicBlock::iterator(LastSI));
6778
BasicBlock *EndBlock = StartBlock->splitBasicBlock(
SplitPt
, "select.end");
Completed in 22 milliseconds
Indexes created Wed Aug 05 00:25:39 UTC 2026