Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/IPO/
H A DPartialInlining.cpp608 bool CandidateFound = false; in computeOutliningInfo() local
629 CandidateFound = true; in computeOutliningInfo()
643 if (!CandidateFound) in computeOutliningInfo()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Vectorize/
H A DSLPVectorizer.cpp6829 bool CandidateFound = false; in tryToVectorizeList() local
6883 CandidateFound = true; in tryToVectorizeList()
6903 if (!Changed && CandidateFound) { in tryToVectorizeList()