Home
last modified time | relevance | path

Searched defs:IDom (Results 1 – 13 of 13) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Transforms/Utils/
DSSAUpdaterImpl.h57 BBInfo *IDom = nullptr; variable
282 bool IsDefInDomFrontier(const BBInfo *Pred, const BBInfo *IDom) { in IsDefInDomFrontier()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/MCA/HardwareUnits/
DLSUnit.cpp91 MemoryGroup &IDom = getGroup(ImmediateLoadDominator); in dispatch() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/
DSSAUpdaterBulk.cpp80 BasicBlock *IDom = DT->getNode(BB)->getIDom()->getBlock(); in computeValueAt() local
DLoopUnrollPeel.cpp521 DomTreeNode *IDom = DT->getNode(*BB)->getIDom(); in cloneLoopBlocks() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/
DGenericDomTreeConstruction.h66 NodePtr IDom = nullptr; member
181 NodePtr IDom = getIDom(BB); in getNodeForBlock() local
1140 const TreeNodePtr IDom = TN->getIDom(); in EraseNode() local
1345 const TreeNodePtr IDom = TN->getIDom(); in VerifyLevels() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DShrinkWrap.cpp316 MachineBasicBlock *IDom = &Block; in FindIDom() local
DLiveRangeCalc.cpp498 MachineDomTreeNode *IDom = Node->getIDom(); in updateSSA() local
DSplitKit.cpp937 MachineDomTreeNode *IDom = MDT[Loop->getHeader()]->getIDom(); in findShallowDominator() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/
DSIAnnotateControlFlow.cpp186 BasicBlock *IDom = DT->getNode(Phi->getParent())->getIDom()->getBlock(); in isElse() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
DMemorySSAUpdater.cpp847 if (auto *IDom = DT.getNode(BB)->getIDom()) in applyInsertUpdates() local
1110 auto *IDom = DT.getNode(DominatedBlock)->getIDom(); in applyInsertUpdates() local
DScalarEvolution.cpp5304 BasicBlock *IDom = DT[PN->getParent()]->getIDom()->getBlock(); in createNodeFromSelectLikePHI() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/
DConstantHoisting.cpp194 auto IDom = DT->getNode(Inst->getParent())->getIDom(); in findMatInsertPt() local
DLoopStrengthReduce.cpp5040 BasicBlock *IDom; in HoistInsertPosition() local