reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

include/llvm/IR/Instructions.h
 2718     int Idx = getBasicBlockIndex(BB);
 2734     int Idx = getBasicBlockIndex(BB);
lib/Analysis/IVDescriptors.cpp
  688   if (Phi->getBasicBlockIndex(Preheader) < 0 ||
  689       Phi->getBasicBlockIndex(Latch) < 0)
lib/CodeGen/WinEHPrepare.cpp
  871           int OldBlockIdx = SuccPN.getBasicBlockIndex(OldBlock);
lib/ExecutionEngine/Interpreter/Execution.cpp
  995     int i = PN->getBasicBlockIndex(PrevBB);
lib/Target/Hexagon/HexagonLoopIdiomRecognition.cpp
 2185       int bx = PN->getBasicBlockIndex(Preheader);
lib/Transforms/Coroutines/CoroFrame.cpp
  827       BBIdx = PN->getBasicBlockIndex(OldPred);
  908       int Index = PN->getBasicBlockIndex(IncomingBB);
lib/Transforms/InstCombine/InstCombinePHI.cpp
 1243         unsigned j = PN.getBasicBlockIndex(BBB);
lib/Transforms/Scalar/IndVarSimplify.cpp
  801         int PreheaderIdx = ExitVal->getBasicBlockIndex(LoopPreheader);
 2109   int Idx = Phi->getBasicBlockIndex(L->getLoopLatch());
 2205   int LatchIdx = Phi->getBasicBlockIndex(LatchBlock);
 2235   int LatchIdx = Phi->getBasicBlockIndex(L->getLoopLatch());
lib/Transforms/Scalar/LICM.cpp
 1541     if (PN->getBasicBlockIndex(PredBB) >= 0) {
lib/Transforms/Scalar/LoopFuse.cpp
 1230       int L1LatchBBIdx = LCPHI->getBasicBlockIndex(FC1.Latch);
 1472       int L1LatchBBIdx = LCPHI->getBasicBlockIndex(FC1.Latch);
lib/Transforms/Scalar/LoopStrengthReduce.cpp
 5349             i = PN->getBasicBlockIndex(BB);
lib/Transforms/Scalar/MergeICmps.cpp
  781     if (Phi.getBasicBlockIndex(SinglePredecessor) < 0) {
lib/Transforms/Scalar/RewriteStatepointsForGC.cpp
 1052         int BlockIndex = BasePHI->getBasicBlockIndex(InBB);
lib/Transforms/Scalar/StructurizeCFG.cpp
  586     while (Phi.getBasicBlockIndex(From) != -1) {
lib/Transforms/Utils/BreakCriticalEdges.cpp
  115     unsigned Idx = PN.getBasicBlockIndex(SplitBB);
  191         BBIdx = PN->getBasicBlockIndex(TIBB);
lib/Transforms/Utils/CallPromotionUtils.cpp
   50     int Idx = Phi.getBasicBlockIndex(OrigBlock);
   82     int Idx = Phi.getBasicBlockIndex(OrigBlock);
lib/Transforms/Utils/LoopRotationUtils.cpp
   90     PN->removeIncomingValue(PN->getBasicBlockIndex(OrigPreheader));
lib/Transforms/Utils/LoopUnrollAndJam.cpp
  414       int I = Phi.getBasicBlockIndex(OldBB);
lib/Transforms/Utils/LoopUnrollRuntime.cpp
  234     assert(EpilogPN->getBasicBlockIndex(EpilogPreHeader) >= 0 &&
  237     EpilogPN->setIncomingBlock(EpilogPN->getBasicBlockIndex(EpilogPreHeader),
  379         unsigned idx = NewPHI->getBasicBlockIndex(Preheader);
  387       unsigned idx = NewPHI->getBasicBlockIndex(Preheader);
  390       idx = NewPHI->getBasicBlockIndex(Latch);
lib/Transforms/Utils/LowerSwitch.cpp
  388     int BlockIdx = PN->getBasicBlockIndex(OrigBlock);
lib/Transforms/Utils/SimplifyCFG.cpp
 2117     unsigned OrigI = PN.getBasicBlockIndex(BB);
 2118     unsigned ThenI = PN.getBasicBlockIndex(ThenBB);
 3332     unsigned PBBIdx = PN->getBasicBlockIndex(PBI->getParent());
 3417     unsigned PBBIdx = PN.getBasicBlockIndex(PBI->getParent());
 3872     while (PhiLPInst->getBasicBlockIndex(TrivialBB) != -1)
 3980       int Idx = DestPN->getBasicBlockIndex(BB);
 4531     int Idx = PHI.getBasicBlockIndex(BB);
 4575       int SwitchBBIdx = Phi.getBasicBlockIndex(SwitchBlock);
 4728     int Idx = PHI.getBasicBlockIndex(Pred);
 4866   while (PHI->getBasicBlockIndex(SelectBB) >= 0)
lib/Transforms/Utils/SimplifyIndVar.cpp
  213     const int Idx = PN->getBasicBlockIndex(BB);
lib/Transforms/Vectorize/LoopVectorize.cpp
 3161     if (PHI->getBasicBlockIndex(MiddleBlock) == -1)
 3835     Phi->getBasicBlockIndex(OrigLoop->getLoopLatch());
tools/polly/lib/Analysis/ScopBuilder.cpp
 2080     int Idx = PHI->getBasicBlockIndex(PHI->getParent());
tools/polly/lib/CodeGen/BlockGenerators.cpp
  832       int Idx = PHI->getBasicBlockIndex(PreEntryBB);
  852       if (!S.hasSingleExitEdge() && PHI->getBasicBlockIndex(ExitBB) >= 0)
  971     int Idx = PHI->getBasicBlockIndex(MergeBB);
 1604       if (LoopPHI->getBasicBlockIndex(PredBBCopy) < 0)
 1774     if (PHICopy->getBasicBlockIndex(BBCopyEnd) >= 0)