Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/include/llvm/IR/
H A DMDBuilder.h198 MDNode *createIrrLoopHeaderWeight(uint64_t Weight);
/freebsd-12.1/contrib/llvm/lib/IR/
H A DMDBuilder.cpp262 MDNode *MDBuilder::createIrrLoopHeaderWeight(uint64_t Weight) { in createIrrLoopHeaderWeight() function in MDBuilder
/freebsd-12.1/contrib/llvm/lib/Transforms/Instrumentation/
H A DPGOInstrumentation.cpp1648 MDB.createIrrLoopHeaderWeight(Count)); in setIrrLoopHeaderMetadata()