Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/FuzzMutate/
H A DIRMutator.cpp43 mutate(*RS.getSelection(), IB); in mutate()
47 mutate(*makeSampler(IB.Rand, make_pointer_range(F)).getSelection(), IB); in mutate()
51 mutate(*makeSampler(IB.Rand, make_pointer_range(BB)).getSelection(), IB); in mutate()
65 auto Strategy = RS.getSelection(); in mutateModule()
167 mutate(*RS.getSelection(), IB); in mutate()
197 Inst.replaceAllUsesWith(RS.getSelection()); in mutate()
241 RS.getSelection()(); in mutate()
H A DRandomIRBuilder.cpp36 if (Instruction *Src = RS.getSelection()) in findOrCreateSource()
67 return RS.getSelection(); in newSource()
111 if (Use *Sink = RS.getSelection()) { in connectToSink()
154 return RS.getSelection(); in findPointer()
/netbsd-src/external/apache2/llvm/dist/clang/tools/clang-refactor/
H A DClangRefactor.cpp297 SourceSelectionArgument *getSelection() const { in getSelection() function in __anond439ce910111::RefactoringActionSubcommand
401 TestConsumer = SelectedSubcommand->getSelection()->createCustomConsumer(); in callback()
412 assert(SelectedSubcommand->getSelection() && in callback()
415 SelectedSubcommand->getSelection()->print(llvm::outs()); in callback()
416 if (SelectedSubcommand->getSelection()->forAllRanges( in callback()
544 if (Subcommand.getSelection()) { in getMatchingRule()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/FuzzMutate/
H A DRandom.h44 const T &getSelection() const { in getSelection() function
50 const T &operator*() const { return getSelection(); }
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/PBQP/
H A DSolution.h45 unsigned getSelection(GraphBase::NodeId nodeId) const { in getSelection() function
H A DReductionRules.h206 v += edgeCosts.getColAsVector(s.getSelection(mId)); in backpropagate()
209 v += edgeCosts.getRowAsVector(s.getSelection(mId)); in backpropagate()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/MC/
H A DMCSectionCOFF.h68 int getSelection() const { return Selection; } in getSelection() function
/netbsd-src/external/apache2/llvm/dist/llvm/lib/MC/
H A DWinCOFFObjectWriter.cpp310 if (MCSec.getSelection() != COFF::IMAGE_COMDAT_SELECT_ASSOCIATIVE) { in defineSection()
323 Symbol->Aux[0].Aux.SectionDefinition.Selection = MCSec.getSelection(); in defineSection()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/
H A DRegAllocPBQP.cpp735 unsigned AllocOpt = Solution.getSelection(NId); in mapPBQPToRegAlloc()