Home
last modified time | relevance | path

Searched defs:isCandidate (Results 1 – 3 of 3) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/BPF/
H A DBPFAdjustOpt.cpp250 bool isCandidate = false; in avoidSpeculation() local
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/Hexagon/
H A DHexagonVectorCombine.cpp292 template <typename T> T *isCandidate(Instruction *In) { in isCandidate() function
295 template <> LoadInst *isCandidate<LoadInst>(Instruction *In) { in isCandidate() function
298 template <> StoreInst *isCandidate<StoreInst>(Instruction *In) { in isCandidate() function
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/
H A DConstantHoisting.cpp232 bool isCandidate = false; in findBestInsertionSet() local