Searched refs:DefBlock (Results 1 – 8 of 8) sorted by relevance
| /freebsd-12.1/contrib/llvm/lib/Analysis/ |
| H A D | SyncDependenceAnalysis.cpp | 160 bool WasAdded = DefMap.emplace(&Block, &DefBlock).second; in addPending() 173 const auto *DefBlock = It->second; in printDefs() local 174 Out << (DefBlock ? DefBlock->getName() : "<null>") << "\n"; in printDefs() 183 const BasicBlock &DefBlock) { in visitSuccessor() 187 DefMap.emplace(&SuccBlock, &DefBlock); in visitSuccessor() 195 addPending(SuccBlock, DefBlock); in visitSuccessor() 200 if (ItLastDef->second != &DefBlock) { in visitSuccessor() 265 const auto *DefBlock = ItDef->second; in computeJoinPoints() local 266 assert(DefBlock); in computeJoinPoints() 276 visitSuccessor(*BlockLoopExit, ParentLoop, *DefBlock); in computeJoinPoints() [all …]
|
| /freebsd-12.1/contrib/llvm/lib/Target/AMDGPU/ |
| H A D | SILowerI1Copies.cpp | 140 void analyze(MachineBasicBlock &DefBlock, in analyze() argument 149 ReachableMap.try_emplace(&DefBlock, false); in analyze() 150 ReachableOrdered.push_back(&DefBlock); in analyze() 153 if (MBB == &DefBlock) { in analyze() 174 if (Divergent && PDT.dominates(&DefBlock, MBB)) { in analyze() 265 MachineBasicBlock *DefBlock = nullptr; member in __anon8a17bcda0111::LoopFinder 281 DefBlock = &MBB; in initialize() 347 VisitedPostDom = DefBlock; in advanceLevel() 348 VisitedDom = DefBlock; in advanceLevel() 349 Stack.push_back(DefBlock); in advanceLevel() [all …]
|
| /freebsd-12.1/contrib/llvm/include/llvm/CodeGen/ |
| H A D | LiveVariables.h | 275 void MarkVirtRegAliveInBlock(VarInfo& VRInfo, MachineBasicBlock* DefBlock, 277 void MarkVirtRegAliveInBlock(VarInfo& VRInfo, MachineBasicBlock* DefBlock,
|
| /freebsd-12.1/contrib/llvm/lib/CodeGen/ |
| H A D | LiveVariables.cpp | 93 MachineBasicBlock *DefBlock, in MarkVirtRegAliveInBlock() argument 106 if (MBB == DefBlock) return; // Terminate recursion in MarkVirtRegAliveInBlock() 119 MachineBasicBlock *DefBlock, in MarkVirtRegAliveInBlock() argument 122 MarkVirtRegAliveInBlock(VRInfo, DefBlock, MBB, WorkList); in MarkVirtRegAliveInBlock() 127 MarkVirtRegAliveInBlock(VRInfo, DefBlock, Pred, WorkList); in MarkVirtRegAliveInBlock()
|
| /freebsd-12.1/sys/contrib/dev/acpica/compiler/ |
| H A D | cvparser.c | 916 goto DefBlock; in CvCaptureCommentsOnly() 938 DefBlock: in CvCaptureCommentsOnly()
|
| /freebsd-12.1/contrib/llvm/include/llvm/Analysis/ |
| H A D | LoopInfo.h | 915 auto *DefBlock = DefI->getParent(); in movementPreservesLCSSAForm() local 916 if (DefBlock != NewBB && getLoopFor(DefBlock) != NewLoop) in movementPreservesLCSSAForm()
|
| /freebsd-12.1/contrib/llvm/lib/Transforms/Coroutines/ |
| H A D | CoroFrame.cpp | 541 BasicBlock *DefBlock = cast<Instruction>(E.def())->getParent(); in insertSpills() local 542 if (auto *CSI = dyn_cast<CatchSwitchInst>(DefBlock->getTerminator())) in insertSpills() 545 InsertPt = &*DefBlock->getFirstInsertionPt(); in insertSpills()
|
| /freebsd-12.1/contrib/llvm/lib/Transforms/Scalar/ |
| H A D | NewGVN.cpp | 3978 auto *DefBlock = getBlockForValue(Def); in eliminateInstructions() local 3982 PN->insertBefore(&DefBlock->front()); in eliminateInstructions()
|