Searched refs:getBlockDefs (Results 1 – 9 of 9) sorted by relevance
111 iterator_range<BlockDefIterator> getBlockDefs() const;
369 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()
104 auto AsmParserState::getBlockDefs() const -> iterator_range<BlockDefIterator> { in getBlockDefs() function in AsmParserState
257 auto *Defs = MSSA->getBlockDefs(MU->getBlock()); in insertUse()589 assert(DefIt != MSSA->getBlockDefs(DefMUD->getBlock())->begin() && in getNewDefiningAccessForClone()
565 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()
1114 if (MSSAU.getMemorySSA()->getBlockDefs(BB)) in isReadOnly()2304 if (const auto *Accesses = MSSA.getBlockDefs(&BB)) in pointerInvalidatedByBlock()
999 if (auto *Defs = MSSAU->getMemorySSA()->getBlockDefs(CurrentBB)) in unswitchAllTrivialConditions()
2892 auto *MemoryBlockDefs = MSSA->getBlockDefs(BB); in initializeCongruenceClasses()
779 const DefsList *getBlockDefs(const BasicBlock *BB) const {