Home
last modified time | relevance | path

Searched defs:createProfileWeightsForLoop (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/clang/include/clang/CIR/
H A DMissingFeatures.h193 static bool createProfileWeightsForLoop() { return false; } in createProfileWeightsForLoop() function
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCodeGenPGO.cpp1505 CodeGenFunction::createProfileWeightsForLoop(const Stmt *Cond, in createProfileWeightsForLoop() function in CodeGenFunction