Searched refs:DefBlock (Results 1 – 8 of 8) sorted by relevance
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/ |
| H A D | SILowerI1Copies.cpp | 146 void analyze(MachineBasicBlock &DefBlock, in analyze() argument 155 ReachableMap.try_emplace(&DefBlock, false); in analyze() 156 ReachableOrdered.push_back(&DefBlock); in analyze() 159 if (MBB == &DefBlock) { in analyze() 160 ReachableMap[&DefBlock] = true; // self-loop on DefBlock in analyze() 180 if (Divergent && PDT.dominates(&DefBlock, MBB)) in analyze() 268 MachineBasicBlock *DefBlock = nullptr; member in __anond5a978c00111::LoopFinder 284 DefBlock = &MBB; in initialize() 292 MachineDomTreeNode *PDNode = PDT.getNode(DefBlock); in findLoop() 350 VisitedPostDom = DefBlock; in advanceLevel() [all …]
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Analysis/ |
| H A D | SyncDependenceAnalysis.cpp | 303 const BasicBlock &DefBlock, bool FromParentLoop) { in visitLoopExitEdge() 306 return visitEdge(ExitBlock, DefBlock); in visitLoopExitEdge() 308 if (!computeJoin(ExitBlock, DefBlock)) in visitLoopExitEdge() 319 bool visitEdge(const BasicBlock &SuccBlock, const BasicBlock &DefBlock) { in visitEdge() 320 if (!computeJoin(SuccBlock, DefBlock)) in visitEdge()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/ |
| H A D | LiveVariables.h | 274 void MarkVirtRegAliveInBlock(VarInfo& VRInfo, MachineBasicBlock* DefBlock, 276 void MarkVirtRegAliveInBlock(VarInfo &VRInfo, MachineBasicBlock *DefBlock,
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/ |
| H A D | LiveVariables.cpp | 91 VarInfo &VRInfo, MachineBasicBlock *DefBlock, MachineBasicBlock *MBB, in MarkVirtRegAliveInBlock() argument 103 if (MBB == DefBlock) return; // Terminate recursion in MarkVirtRegAliveInBlock() 116 MachineBasicBlock *DefBlock, in MarkVirtRegAliveInBlock() argument 119 MarkVirtRegAliveInBlock(VRInfo, DefBlock, MBB, WorkList); in MarkVirtRegAliveInBlock() 124 MarkVirtRegAliveInBlock(VRInfo, DefBlock, Pred, WorkList); in MarkVirtRegAliveInBlock()
|
| /netbsd-src/sys/external/bsd/acpica/dist/compiler/ |
| H A D | cvparser.c | 811 goto DefBlock; in CvCaptureCommentsOnly() 833 DefBlock: in CvCaptureCommentsOnly()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Analysis/ |
| H A D | LoopInfo.h | 1195 auto *DefBlock = DefI->getParent(); in movementPreservesLCSSAForm() local 1196 if (DefBlock != NewBB && getLoopFor(DefBlock) != NewLoop) in movementPreservesLCSSAForm()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Coroutines/ |
| H A D | CoroFrame.cpp | 1573 BasicBlock *DefBlock = I->getParent(); in insertSpills() local 1574 if (auto *CSI = dyn_cast<CatchSwitchInst>(DefBlock->getTerminator())) in insertSpills() 1577 InsertPt = &*DefBlock->getFirstInsertionPt(); in insertSpills()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/ |
| H A D | NewGVN.cpp | 3936 auto *DefBlock = getBlockForValue(Def); in eliminateInstructions() local 3940 PN->insertBefore(&DefBlock->front()); in eliminateInstructions()
|