OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:getBasicBlockIndex
(Results
1 - 25
of
25
) sorted by relevancy
/src/external/apache2/llvm/dist/llvm/lib/Transforms/Utils/
LoopUnrollRuntime.cpp
238
assert(EpilogPN->
getBasicBlockIndex
(EpilogPreHeader) >= 0 &&
241
EpilogPN->setIncomingBlock(EpilogPN->
getBasicBlockIndex
(EpilogPreHeader),
383
unsigned idx = NewPHI->
getBasicBlockIndex
(Preheader);
391
unsigned idx = NewPHI->
getBasicBlockIndex
(Preheader);
394
idx = NewPHI->
getBasicBlockIndex
(Latch);
CallPromotionUtils.cpp
53
int Idx = Phi.
getBasicBlockIndex
(OrigBlock);
85
int Idx = Phi.
getBasicBlockIndex
(OrigBlock);
BreakCriticalEdges.cpp
209
BBIdx = PN->
getBasicBlockIndex
(TIBB);
BasicBlockUtils.cpp
559
BBIdx = PN.
getBasicBlockIndex
(OldPred);
723
int Idx = PN.
getBasicBlockIndex
(SplitBB);
1573
} else if (Phi->
getBasicBlockIndex
(In) != -1) {
LoopRotationUtils.cpp
110
PN->removeIncomingValue(PN->
getBasicBlockIndex
(OrigPreheader));
LowerSwitch.cpp
208
int BlockIdx = PN->
getBasicBlockIndex
(OrigBlock);
SimplifyCFG.cpp
2501
unsigned OrigI = PN.
getBasicBlockIndex
(BB);
2502
unsigned ThenI = PN.
getBasicBlockIndex
(ThenBB);
3788
unsigned PBBIdx = PN->
getBasicBlockIndex
(PBI->getParent());
3885
unsigned PBBIdx = PN.
getBasicBlockIndex
(PBI->getParent());
4387
while (PhiLPInst->
getBasicBlockIndex
(TrivialBB) != -1)
4476
int Idx = DestPN.
getBasicBlockIndex
(BB);
5099
int Idx = PHI.
getBasicBlockIndex
(BB);
5143
int SwitchBBIdx = Phi.
getBasicBlockIndex
(SwitchBlock);
5296
int Idx = PHI.
getBasicBlockIndex
(Pred);
5454
while (PHI->
getBasicBlockIndex
(SelectBB) >= 0
[
all
...]
SimplifyIndVar.cpp
233
const int Idx = PN->
getBasicBlockIndex
(BB);
/src/external/apache2/llvm/dist/llvm/lib/Analysis/
MemorySSAUpdater.cpp
295
int i = MP->
getBasicBlockIndex
(BB);
1255
MPhi->setIncomingBlock(MPhi->
getBasicBlockIndex
(From), To);
1265
MPhi->setIncomingBlock(MPhi->
getBasicBlockIndex
(From), To);
IVDescriptors.cpp
733
if (Phi->
getBasicBlockIndex
(Preheader) < 0 ||
734
Phi->
getBasicBlockIndex
(Latch) < 0)
/src/external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/
IndVarSimplify.cpp
490
int PreheaderIdx = ExitVal->
getBasicBlockIndex
(LoopPreheader);
750
int Idx = Phi->
getBasicBlockIndex
(L->getLoopLatch());
846
int LatchIdx = Phi->
getBasicBlockIndex
(LatchBlock);
876
int LatchIdx = Phi->
getBasicBlockIndex
(L->getLoopLatch());
LoopFuse.cpp
1429
int L1LatchBBIdx = LCPHI->
getBasicBlockIndex
(FC1.Latch);
1710
int L1LatchBBIdx = LCPHI->
getBasicBlockIndex
(FC1.Latch);
MergeICmps.cpp
780
if (Phi.
getBasicBlockIndex
(SinglePredecessor) < 0) {
StructurizeCFG.cpp
595
while (Phi.
getBasicBlockIndex
(From) != -1) {
LICM.cpp
1634
if (PN->
getBasicBlockIndex
(PredBB) >= 0) {
SROA.cpp
3559
int Idx = NewPN->
getBasicBlockIndex
(B);
LoopStrengthReduce.cpp
5422
i = PN->
getBasicBlockIndex
(BB);
/src/external/apache2/llvm/dist/llvm/include/llvm/Analysis/
MemorySSA.h
576
int
getBasicBlockIndex
(const BasicBlock *BB) const {
584
int Idx =
getBasicBlockIndex
(BB);
/src/external/apache2/llvm/dist/llvm/include/llvm/IR/
Instructions.h
2756
int Idx =
getBasicBlockIndex
(BB);
2764
int
getBasicBlockIndex
(const BasicBlock *BB) const {
2772
int Idx =
getBasicBlockIndex
(BB);
2804
return
getBasicBlockIndex
(Pred) >= 0;
/src/external/apache2/llvm/dist/llvm/lib/CodeGen/
WinEHPrepare.cpp
889
int OldBlockIdx = SuccPN.
getBasicBlockIndex
(OldBlock);
/src/external/apache2/llvm/dist/llvm/lib/Transforms/InstCombine/
InstCombinePHI.cpp
1441
unsigned j = PN.
getBasicBlockIndex
(BBB);
/src/external/apache2/llvm/dist/llvm/lib/Target/Hexagon/
HexagonLoopIdiomRecognition.cpp
2205
int bx = PN->
getBasicBlockIndex
(Preheader);
/src/external/apache2/llvm/dist/llvm/lib/Transforms/Coroutines/
CoroFrame.cpp
1735
int Index = PN->
getBasicBlockIndex
(InsertedBB);
/src/external/apache2/llvm/dist/llvm/lib/Transforms/Vectorize/
LoopVectorize.cpp
3773
if (PHI->
getBasicBlockIndex
(MiddleBlock) == -1)
4498
OrigPhi->
getBasicBlockIndex
(OrigLoop->getLoopLatch());
4538
if (LCSSAPhi.
getBasicBlockIndex
(LoopMiddleBlock) != -1)
/src/external/apache2/llvm/dist/llvm/lib/ExecutionEngine/Interpreter/
Execution.cpp
997
int i = PN->
getBasicBlockIndex
(PrevBB);
Completed in 121 milliseconds
Indexes created Mon Aug 03 00:25:36 UTC 2026