Home
last modified time | relevance | path

Searched refs:getBlockDefs (Results 1 – 9 of 9) sorted by relevance

/llvm-project-15.0.7/mlir/include/mlir/AsmParser/
H A DAsmParserState.h111 iterator_range<BlockDefIterator> getBlockDefs() const;
/llvm-project-15.0.7/mlir/lib/Tools/mlir-lsp-server/
H A DMLIRServer.cpp369 for (const AsmParserState::BlockDefinition &block : asmState.getBlockDefs()) { in getLocationsOf()
414 for (const AsmParserState::BlockDefinition &block : asmState.getBlockDefs()) { in findReferencesOf()
460 for (const AsmParserState::BlockDefinition &block : asmState.getBlockDefs()) { in findHover()
/llvm-project-15.0.7/mlir/lib/AsmParser/
H A DAsmParserState.cpp104 auto AsmParserState::getBlockDefs() const -> iterator_range<BlockDefIterator> { in getBlockDefs() function in AsmParserState
/llvm-project-15.0.7/llvm/lib/Analysis/
H A DMemorySSAUpdater.cpp257 auto *Defs = MSSA->getBlockDefs(MU->getBlock()); in insertUse()
589 assert(DefIt != MSSA->getBlockDefs(DefMUD->getBlock())->begin() && in getNewDefiningAccessForClone()
H A DMemorySSA.cpp565 auto *Defs = MSSA.getBlockDefs(Node->getBlock()); in getWalkTarget()
1940 if (auto *DefList = getBlockDefs(DTNode->getBlock())) { in verifyPrevDefInPhis()
2015 const auto *DL = getBlockDefs(&B); in verifyOrderingDominationAndDefUses()
/llvm-project-15.0.7/llvm/lib/Transforms/Scalar/
H A DLICM.cpp1114 if (MSSAU.getMemorySSA()->getBlockDefs(BB)) in isReadOnly()
2304 if (const auto *Accesses = MSSA.getBlockDefs(&BB)) in pointerInvalidatedByBlock()
H A DSimpleLoopUnswitch.cpp999 if (auto *Defs = MSSAU->getMemorySSA()->getBlockDefs(CurrentBB)) in unswitchAllTrivialConditions()
H A DNewGVN.cpp2892 auto *MemoryBlockDefs = MSSA->getBlockDefs(BB); in initializeCongruenceClasses()
/llvm-project-15.0.7/llvm/include/llvm/Analysis/
H A DMemorySSA.h779 const DefsList *getBlockDefs(const BasicBlock *BB) const {