Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Transforms/IPO/
H A DPartialInlining.cpp603 bool CandidateFound = false; in computeOutliningInfo() local
624 CandidateFound = true; in computeOutliningInfo()
638 if (!CandidateFound) in computeOutliningInfo()
/openbsd-src/gnu/llvm/llvm/lib/Transforms/Vectorize/
H A DSLPVectorizer.cpp11678 bool CandidateFound = false; in tryToVectorizeList() local
11729 CandidateFound = true; in tryToVectorizeList()
11751 if (!Changed && CandidateFound) { in tryToVectorizeList()