Home
last modified time | relevance | path

Searched refs:DefBlock (Results 1 – 8 of 8) sorted by relevance

/freebsd-12.1/contrib/llvm/lib/Analysis/
H A DSyncDependenceAnalysis.cpp160 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 DSILowerI1Copies.cpp140 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 DLiveVariables.h275 void MarkVirtRegAliveInBlock(VarInfo& VRInfo, MachineBasicBlock* DefBlock,
277 void MarkVirtRegAliveInBlock(VarInfo& VRInfo, MachineBasicBlock* DefBlock,
/freebsd-12.1/contrib/llvm/lib/CodeGen/
H A DLiveVariables.cpp93 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 Dcvparser.c916 goto DefBlock; in CvCaptureCommentsOnly()
938 DefBlock: in CvCaptureCommentsOnly()
/freebsd-12.1/contrib/llvm/include/llvm/Analysis/
H A DLoopInfo.h915 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 DCoroFrame.cpp541 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 DNewGVN.cpp3978 auto *DefBlock = getBlockForValue(Def); in eliminateInstructions() local
3982 PN->insertBefore(&DefBlock->front()); in eliminateInstructions()