Searched refs:DefBlock (Results 1 – 8 of 8) sorted by relevance
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Target/AMDGPU/ |
| H A D | SILowerI1Copies.cpp | 158 ReachableMap.try_emplace(&DefBlock, false); in analyze() 159 ReachableOrdered.push_back(&DefBlock); in analyze() 163 if (MBB == &DefBlock) { in analyze() 164 ReachableMap[&DefBlock] = true; // self-loop on DefBlock in analyze() 261 MachineBasicBlock *DefBlock = nullptr; member in __anonc1db210b0111::LoopFinder 277 DefBlock = &MBB; in initialize() 285 MachineDomTreeNode *PDNode = PDT.getNode(DefBlock); in findLoop() 347 VisitedPostDom = DefBlock; in advanceLevel() 348 VisitedDom = DefBlock; in advanceLevel() 349 Stack.push_back(DefBlock); in advanceLevel() [all …]
|
| /freebsd-14.2/contrib/llvm-project/llvm/include/llvm/CodeGen/ |
| H A D | LiveVariables.h | 271 void MarkVirtRegAliveInBlock(VarInfo& VRInfo, MachineBasicBlock* DefBlock, 273 void MarkVirtRegAliveInBlock(VarInfo &VRInfo, MachineBasicBlock *DefBlock,
|
| /freebsd-14.2/contrib/llvm-project/llvm/include/llvm/Analysis/ |
| H A D | LoopInfo.h | 522 auto *DefBlock = DefI->getParent(); in movementPreservesLCSSAForm() local 523 if (DefBlock != NewBB && getLoopFor(DefBlock) != NewLoop) in movementPreservesLCSSAForm()
|
| /freebsd-14.2/contrib/llvm-project/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() 123 MarkVirtRegAliveInBlock(VRInfo, DefBlock, Pred, WorkList); in MarkVirtRegAliveInBlock()
|
| /freebsd-14.2/sys/contrib/dev/acpica/compiler/ |
| H A D | cvparser.c | 919 goto DefBlock; in CvCaptureCommentsOnly() 941 DefBlock: in CvCaptureCommentsOnly()
|
| /freebsd-14.2/contrib/llvm-project/llvm/include/llvm/ADT/ |
| H A D | GenericUniformityImpl.h | 1041 const BlockT *DefBlock = Def.getParent(); in isTemporalDivergent() local 1042 for (const CycleT *Cycle = CI.getCycle(DefBlock); in isTemporalDivergent()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Coroutines/ |
| H A D | CoroFrame.cpp | 1818 BasicBlock *DefBlock = I->getParent(); in insertSpills() local 1819 if (auto *CSI = dyn_cast<CatchSwitchInst>(DefBlock->getTerminator())) in insertSpills() 1822 InsertPt = DefBlock->getFirstInsertionPt(); in insertSpills()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Scalar/ |
| H A D | NewGVN.cpp | 3973 auto *DefBlock = getBlockForValue(Def); in eliminateInstructions() local 3977 PN->insertBefore(&DefBlock->front()); in eliminateInstructions()
|