Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Passes/
H A DPassBuilder.cpp903 StringRef IndicesStr; in parseLowerAllowCheckPassOptions() local
906 std::tie(IndicesStr, CutoffStr) = ParamName.split("]="); in parseLowerAllowCheckPassOptions()
918 if (!IndicesStr.consume_front("cutoffs[") || IndicesStr == "") in parseLowerAllowCheckPassOptions()
921 IndicesStr, CutoffStr) in parseLowerAllowCheckPassOptions()
925 while (IndicesStr != "") { in parseLowerAllowCheckPassOptions()
927 std::tie(firstIndexStr, IndicesStr) = IndicesStr.split('|'); in parseLowerAllowCheckPassOptions()
934 firstIndexStr, IndicesStr) in parseLowerAllowCheckPassOptions()