Searched refs:getBasicBlockIndex (Results 1 - 13 of 13) sorted by relevance

/macosx-10.9.5/llvmCore-3425.0.33/lib/VMCore/
H A DBasicBlock.cpp327 int IDX = PN->getBasicBlockIndex(this);
330 IDX = PN->getBasicBlockIndex(this);
352 while ((i = PN->getBasicBlockIndex(this)) >= 0)
/macosx-10.9.5/llvmCore-3425.0.33/lib/Transforms/Utils/
H A DBreakCriticalEdges.cpp135 unsigned Idx = PN->getBasicBlockIndex(SplitBB);
221 BBIdx = PN->getBasicBlockIndex(TIBB);
H A DLoopUnrollRuntime.cpp99 PN->setIncomingValue(PN->getBasicBlockIndex(NewPH), NewPN);
177 unsigned idx = NewPHI->getBasicBlockIndex(Latch);
H A DLowerSwitch.cpp215 int BlockIdx = PN->getBasicBlockIndex(OrigBlock);
283 int BlockIdx = PN->getBasicBlockIndex(OrigBlock);
H A DSimplifyCFG.cpp1468 unsigned BB1I = PN->getBasicBlockIndex(BB1);
1469 unsigned BIParentI = PN->getBasicBlockIndex(BIParent);
2162 PHIs[i]->setIncomingValue(PHIs[i]->getBasicBlockIndex(PBI->getParent()),
2367 unsigned PBBIdx = PN->getBasicBlockIndex(PBI->getParent());
3135 int Idx = PHI->getBasicBlockIndex(BB);
3230 int Idx = PHI->getBasicBlockIndex(Pred);
/macosx-10.9.5/llvmCore-3425.0.33/lib/Transforms/Scalar/
H A DLoopDeletion.cpp193 int j = P->getBasicBlockIndex(exitingBlock);
H A DLoopRotation.cpp102 PN->removeIncomingValue(PN->getBasicBlockIndex(OrigPreheader));
H A DIndVarSimplify.cpp1267 int Idx = Phi->getBasicBlockIndex(L->getLoopLatch());
1319 int LatchIdx = Phi->getBasicBlockIndex(LatchBlock);
1385 int LatchIdx = Phi->getBasicBlockIndex(LatchBlock);
H A DLoopUnswitch.cpp1173 PN->setIncomingValue(PN->getBasicBlockIndex(Switch),
H A DLoopStrengthReduce.cpp4480 i = PN->getBasicBlockIndex(BB);
/macosx-10.9.5/llvmCore-3425.0.33/lib/Transforms/InstCombine/
H A DInstCombinePHI.cpp881 unsigned j = PN.getBasicBlockIndex(BBB);
/macosx-10.9.5/llvmCore-3425.0.33/include/llvm/
H A DInstructions.h2118 int Idx = getBasicBlockIndex(BB);
2123 /// getBasicBlockIndex - Return the first index of the specified basic
2126 int getBasicBlockIndex(const BasicBlock *BB) const { function in class:llvm::PHINode
2134 int Idx = getBasicBlockIndex(BB);
/macosx-10.9.5/llvmCore-3425.0.33/lib/ExecutionEngine/Interpreter/
H A DExecution.cpp722 int i = PN->getBasicBlockIndex(PrevBB);

Completed in 269 milliseconds