HomeSort by relevance Sort by last modified time
    Searched refs:getBasicBlockIndex (Results 1 - 25 of 65) sorted by null

1 2 3

  /external/swiftshader/third_party/LLVM/lib/VMCore/
BasicBlock.cpp 327 int IDX = PN->getBasicBlockIndex(this);
330 IDX = PN->getBasicBlockIndex(this);
352 while ((i = PN->getBasicBlockIndex(this)) >= 0)
  /external/llvm/lib/Transforms/Utils/
LoopUnrollRuntime.cpp 108 PN->setIncomingValue(PN->getBasicBlockIndex(NewPreHeader), NewPN);
207 assert(EpilogPN->getBasicBlockIndex(EpilogPreHeader) >= 0 &&
210 EpilogPN->setIncomingBlock(EpilogPN->getBasicBlockIndex(EpilogPreHeader),
243 VPN->setIncomingValue(VPN->getBasicBlockIndex(EpilogPreHeader), NewPN);
342 unsigned idx = NewPHI->getBasicBlockIndex(Preheader);
350 unsigned idx = NewPHI->getBasicBlockIndex(Preheader);
353 idx = NewPHI->getBasicBlockIndex(Latch);
BreakCriticalEdges.cpp 93 unsigned Idx = PN->getBasicBlockIndex(SplitBB);
161 BBIdx = PN->getBasicBlockIndex(TIBB);
LowerSwitch.cpp 346 int BlockIdx = PN->getBasicBlockIndex(OrigBlock);
504 int BlockIdx = PN->getBasicBlockIndex(OrigBlock);
LoopUtils.cpp 538 if (Phi->getBasicBlockIndex(Preheader) < 0 ||
539 Phi->getBasicBlockIndex(Latch) < 0)
    [all...]
SimplifyCFG.cpp     [all...]
  /external/llvm/lib/IR/
BasicBlock.cpp 404 int IDX = PN->getBasicBlockIndex(this);
407 IDX = PN->getBasicBlockIndex(this);
428 while ((i = PN->getBasicBlockIndex(this)) >= 0)
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Utils/
CallPromotionUtils.cpp 51 int Idx = Phi.getBasicBlockIndex(OrigBlock);
83 int Idx = Phi.getBasicBlockIndex(OrigBlock);
LoopUnrollRuntime.cpp 111 PN.setIncomingValue(PN.getBasicBlockIndex(NewPreHeader), NewPN);
218 assert(EpilogPN->getBasicBlockIndex(EpilogPreHeader) >= 0 &&
221 EpilogPN->setIncomingBlock(EpilogPN->getBasicBlockIndex(EpilogPreHeader),
250 VPN->setIncomingValue(VPN->getBasicBlockIndex(EpilogPreHeader), NewPN);
363 unsigned idx = NewPHI->getBasicBlockIndex(Preheader);
371 unsigned idx = NewPHI->getBasicBlockIndex(Preheader);
374 idx = NewPHI->getBasicBlockIndex(Latch);
    [all...]
BreakCriticalEdges.cpp 110 unsigned Idx = PN.getBasicBlockIndex(SplitBB);
178 BBIdx = PN->getBasicBlockIndex(TIBB);
SimplifyCFG.cpp     [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/IR/
BasicBlock.cpp 429 int Idx = PN.getBasicBlockIndex(this);
432 Idx = PN.getBasicBlockIndex(this);
453 while ((i = PN->getBasicBlockIndex(this)) >= 0)
  /external/swiftshader/third_party/LLVM/lib/Transforms/Utils/
BreakCriticalEdges.cpp 135 unsigned Idx = PN->getBasicBlockIndex(SplitBB);
215 BBIdx = PN->getBasicBlockIndex(TIBB);
LowerSwitch.cpp 227 int BlockIdx = PN->getBasicBlockIndex(OrigBlock);
301 int BlockIdx = PN->getBasicBlockIndex(OrigBlock);
  /external/llvm/lib/Transforms/Instrumentation/
IndirectCallPromotion.cpp 364 int IX = PHI->getBasicBlockIndex(From);
388 int IX = PHI->getBasicBlockIndex(OrigBB);
410 int IX = PHI->getBasicBlockIndex(OrigBB);
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Analysis/
MemorySSAUpdater.cpp 233 int i = MP->getBasicBlockIndex(BB);
473 MPhi->setIncomingBlock(MPhi->getBasicBlockIndex(From), To);
483 MPhi->setIncomingBlock(MPhi->getBasicBlockIndex(From), To);
  /external/llvm/lib/Transforms/Scalar/
LoopDeletion.cpp 165 int j = P->getBasicBlockIndex(exitingBlock);
StructurizeCFG.cpp 575 while (Phi.getBasicBlockIndex(From) != -1) {
627 int Idx = Phi->getBasicBlockIndex(FI);
IndVarSimplify.cpp 723 int PreheaderIdx = ExitVal->getBasicBlockIndex(LoopPreheader);
    [all...]
  /external/swiftshader/third_party/LLVM/lib/Transforms/Scalar/
LoopDeletion.cpp 193 int j = P->getBasicBlockIndex(exitingBlock);
LoopRotation.cpp 94 PN->removeIncomingValue(PN->getBasicBlockIndex(OrigPreheader));
  /external/llvm/include/llvm/Transforms/Utils/
MemorySSA.h 439 int getBasicBlockIndex(const BasicBlock *BB) const {
447 int Idx = getBasicBlockIndex(BB);
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Analysis/
MemorySSA.h 553 int getBasicBlockIndex(const BasicBlock *BB) const {
561 int Idx = getBasicBlockIndex(BB);
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Coroutines/
CoroFrame.cpp 634 BBIdx = PN->getBasicBlockIndex(OldPred);
715 int Index = PN->getBasicBlockIndex(IncomingBB);
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Scalar/
StructurizeCFG.cpp 581 while (Phi.getBasicBlockIndex(From) != -1) {
626 int Idx = Phi->getBasicBlockIndex(FI);

Completed in 729 milliseconds

1 2 3