Searched refs:DefBlock (Results 1 – 8 of 8) sorted by relevance
| /freebsd-13.1/contrib/llvm-project/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() 180 if (Divergent && PDT.dominates(&DefBlock, MBB)) in analyze() 268 MachineBasicBlock *DefBlock = nullptr; member in __anonc2da0cc90111::LoopFinder 284 DefBlock = &MBB; in initialize() 350 VisitedPostDom = DefBlock; in advanceLevel() 351 VisitedDom = DefBlock; in advanceLevel() 352 Stack.push_back(DefBlock); in advanceLevel() [all …]
|
| /freebsd-13.1/contrib/llvm-project/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()
|
| /freebsd-13.1/contrib/llvm-project/llvm/include/llvm/CodeGen/ |
| H A D | LiveVariables.h | 274 void MarkVirtRegAliveInBlock(VarInfo& VRInfo, MachineBasicBlock* DefBlock, 276 void MarkVirtRegAliveInBlock(VarInfo &VRInfo, MachineBasicBlock *DefBlock,
|
| /freebsd-13.1/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() 124 MarkVirtRegAliveInBlock(VRInfo, DefBlock, Pred, WorkList); in MarkVirtRegAliveInBlock()
|
| /freebsd-13.1/sys/contrib/dev/acpica/compiler/ |
| H A D | cvparser.c | 919 goto DefBlock; in CvCaptureCommentsOnly() 941 DefBlock: in CvCaptureCommentsOnly()
|
| /freebsd-13.1/contrib/llvm-project/llvm/include/llvm/Analysis/ |
| H A D | LoopInfo.h | 1198 auto *DefBlock = DefI->getParent(); in movementPreservesLCSSAForm() local 1199 if (DefBlock != NewBB && getLoopFor(DefBlock) != NewLoop) in movementPreservesLCSSAForm()
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/Coroutines/ |
| H A D | CoroFrame.cpp | 1600 BasicBlock *DefBlock = I->getParent(); in insertSpills() local 1601 if (auto *CSI = dyn_cast<CatchSwitchInst>(DefBlock->getTerminator())) in insertSpills() 1604 InsertPt = &*DefBlock->getFirstInsertionPt(); in insertSpills()
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/Scalar/ |
| H A D | NewGVN.cpp | 3936 auto *DefBlock = getBlockForValue(Def); in eliminateInstructions() local 3940 PN->insertBefore(&DefBlock->front()); in eliminateInstructions()
|