Home
last modified time | relevance | path

Searched refs:TargetBlock (Results 1 – 5 of 5) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/
DPredicateInfo.cpp471 BasicBlock *TargetBlock = SI->getSuccessor(i); in processSwitch() local
472 ++SwitchEdges[TargetBlock]; in processSwitch()
477 BasicBlock *TargetBlock = C.getCaseSuccessor(); in processSwitch() local
478 if (SwitchEdges.lookup(TargetBlock) == 1) { in processSwitch()
480 Op, SI->getParent(), TargetBlock, C.getCaseValue(), SI); in processSwitch()
482 if (!TargetBlock->getSinglePredecessor()) in processSwitch()
483 EdgeUsesOnly.insert({BranchBB, TargetBlock}); in processSwitch()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/SystemZ/
DSystemZLongBranch.cpp112 unsigned TargetBlock = 0; member
259 Terminator.TargetBlock = in describeTerminator()
317 const MBBInfo &Target = MBBs[Terminator.TargetBlock]; in mustRelaxBranch()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DMachineSink.cpp186 MachineBasicBlock *TargetBlock);
1030 MachineInstr &MI, MachineBasicBlock *TargetBlock) { in SalvageUnsunkDebugUsersOfCopy() argument
1043 if (!User.isDebugValue() || DT->dominates(TargetBlock, User.getParent())) in SalvageUnsunkDebugUsersOfCopy()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Instrumentation/
DInstrProfiling.cpp353 for (auto *TargetBlock : LoopExitBlocks) { in getMaxNumOfPromotionsInLoop() local
354 auto *TargetLoop = LI.getLoopFor(TargetBlock); in getMaxNumOfPromotionsInLoop()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/
DNewGVN.cpp2521 BasicBlock *TargetBlock = Case.getCaseSuccessor(); in processOutgoingEdges() local
2522 updateReachableEdge(B, TargetBlock); in processOutgoingEdges()
2525 BasicBlock *TargetBlock = SI->getSuccessor(i); in processOutgoingEdges() local
2526 updateReachableEdge(B, TargetBlock); in processOutgoingEdges()
2533 BasicBlock *TargetBlock = TI->getSuccessor(i); in processOutgoingEdges() local
2534 updateReachableEdge(B, TargetBlock); in processOutgoingEdges()