Home
last modified time | relevance | path

Searched refs:IRDescription (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DOptBisect.h28 /// IRDescription is a textual description of the IR unit the pass is running
31 StringRef IRDescription) { in shouldRunPass() argument
65 StringRef IRDescription) override; in setLimit()
/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DOptBisect.cpp43 StringRef IRDescription) { in shouldRunPass() argument
48 printPassMessage(PassName, CurBisectNum, IRDescription, ShouldRun); in shouldRunPass()