Home
last modified time | relevance | path

Searched refs:createIrrLoopHeaderWeight (Results 1 – 3 of 3) sorted by relevance

/llvm-project-15.0.7/llvm/include/llvm/IR/
H A DMDBuilder.h216 MDNode *createIrrLoopHeaderWeight(uint64_t Weight);
/llvm-project-15.0.7/llvm/lib/IR/
H A DMDBuilder.cpp309 MDNode *MDBuilder::createIrrLoopHeaderWeight(uint64_t Weight) { in createIrrLoopHeaderWeight() function in MDBuilder
/llvm-project-15.0.7/llvm/lib/Transforms/Instrumentation/
H A DPGOInstrumentation.cpp2014 MDB.createIrrLoopHeaderWeight(Count)); in setIrrLoopHeaderMetadata()