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/ |
| D | PredicateInfo.cpp | 471 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/ |
| D | SystemZLongBranch.cpp | 112 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/ |
| D | MachineSink.cpp | 186 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/ |
| D | InstrProfiling.cpp | 353 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/ |
| D | NewGVN.cpp | 2521 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()
|