Home
last modified time | relevance | path

Searched refs:BasicBlockID (Results 1 – 2 of 2) sorted by relevance

/llvm-project/llvm/lib/CodeGen/
H A DBasicBlockSectionsProfileReader.cpp209 auto BasicBlockID = parseUniqueBBID(BasicBlockIDStr); in ReadV1Profile() local
210 if (!BasicBlockID) in ReadV1Profile()
211 return BasicBlockID.takeError(); in ReadV1Profile()
212 if (!FuncBBIDs.insert(*BasicBlockID).second) in ReadV1Profile()
218 *std::move(BasicBlockID), CurrentCluster, CurrentPosition++}); in ReadV1Profile()
/llvm-project/llvm/lib/Frontend/OpenMP/
H A DOMPIRBuilder.cpp5223 MDNode *BasicBlockID = MDNode::getDistinct(Ctx, NewProperties); in createTargetMachine()
5224 BasicBlockID->replaceOperandWith(0, BasicBlockID); in createTargetMachine()
5226 BB->getTerminator()->setMetadata(LLVMContext::MD_loop, BasicBlockID); in createTargetMachine()
4977 MDNode *BasicBlockID = MDNode::getDistinct(Ctx, NewProperties); addBasicBlockMetadata() local