Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/include/llvm/IR/
H A DMDBuilder.h231 MDNode *createIrrLoopHeaderWeight(uint64_t Weight);
/openbsd-src/gnu/llvm/llvm/lib/IR/
H A DMDBuilder.cpp330 MDNode *MDBuilder::createIrrLoopHeaderWeight(uint64_t Weight) { in createIrrLoopHeaderWeight() function in MDBuilder
/openbsd-src/gnu/llvm/llvm/lib/Transforms/Instrumentation/
H A DPGOInstrumentation.cpp2347 MDB.createIrrLoopHeaderWeight(Count)); in setIrrLoopHeaderMetadata()