Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
DSyncDependenceAnalysis.cpp158 void addPending(const BasicBlock &Block, const BasicBlock &DefBlock) { in addPending()
159 bool WasAdded = DefMap.emplace(&Block, &DefBlock).second; in addPending()
172 const auto *DefBlock = It->second; in printDefs() local
173 Out << (DefBlock ? DefBlock->getName() : "<null>") << "\n"; in printDefs()
182 const BasicBlock &DefBlock) { in visitSuccessor()
186 DefMap.emplace(&SuccBlock, &DefBlock); in visitSuccessor()
194 addPending(SuccBlock, DefBlock); in visitSuccessor()
199 if (ItLastDef->second != &DefBlock) { in visitSuccessor()
269 const auto *DefBlock = ItDef->second; in computeJoinPoints() local
270 assert(DefBlock); in computeJoinPoints()
[all …]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/
DSILowerI1Copies.cpp154 void analyze(MachineBasicBlock &DefBlock, in analyze() argument
163 ReachableMap.try_emplace(&DefBlock, false); in analyze()
164 ReachableOrdered.push_back(&DefBlock); in analyze()
167 if (MBB == &DefBlock) { in analyze()
168 ReachableMap[&DefBlock] = true; // self-loop on DefBlock in analyze()
188 if (Divergent && PDT.dominates(&DefBlock, MBB)) { in analyze()
279 MachineBasicBlock *DefBlock = nullptr; member in __anone764b4000111::LoopFinder
295 DefBlock = &MBB; in initialize()
303 MachineDomTreeNode *PDNode = PDT.getNode(DefBlock); in findLoop()
361 VisitedPostDom = DefBlock; in advanceLevel()
[all …]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/
DLiveVariables.h275 void MarkVirtRegAliveInBlock(VarInfo& VRInfo, MachineBasicBlock* DefBlock,
277 void MarkVirtRegAliveInBlock(VarInfo& VRInfo, MachineBasicBlock* DefBlock,
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
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()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/
DLoopInfo.h1164 auto *DefBlock = DefI->getParent(); in movementPreservesLCSSAForm() local
1165 if (DefBlock != NewBB && getLoopFor(DefBlock) != NewLoop) in movementPreservesLCSSAForm()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Coroutines/
DCoroFrame.cpp691 BasicBlock *DefBlock = cast<Instruction>(E.def())->getParent(); in insertSpills() local
692 if (auto *CSI = dyn_cast<CatchSwitchInst>(DefBlock->getTerminator())) in insertSpills()
695 InsertPt = &*DefBlock->getFirstInsertionPt(); in insertSpills()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/
DNewGVN.cpp3953 auto *DefBlock = getBlockForValue(Def); in eliminateInstructions() local
3957 PN->insertBefore(&DefBlock->front()); in eliminateInstructions()