Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DMDBuilder.h246 MDNode *createIrrLoopHeaderWeight(uint64_t Weight);
/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DMDBuilder.cpp344 MDNode *MDBuilder::createIrrLoopHeaderWeight(uint64_t Weight) { in createIrrLoopHeaderWeight() function in MDBuilder
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DPGOInstrumentation.cpp2344 MDB.createIrrLoopHeaderWeight(Count)); in setIrrLoopHeaderMetadata()