Searched refs:getSelection (Results 1 – 10 of 10) sorted by relevance
36 if (Instruction *Src = RS.getSelection()) in findOrCreateSource()58 ? RS.getSelection()->getType() in newSource()70 return RS.getSelection(); in newSource()114 if (Use *Sink = RS.getSelection()) { in connectToSink()160 return RS.getSelection(); in findPointer()
48 mutate(*RS.getSelection(), IB); in mutate()52 mutate(*makeSampler(IB.Rand, make_pointer_range(F)).getSelection(), IB); in mutate()56 mutate(*makeSampler(IB.Rand, make_pointer_range(BB)).getSelection(), IB); in mutate()70 auto Strategy = RS.getSelection(); in mutateModule()175 mutate(*RS.getSelection(), IB); in mutate()205 Inst.replaceAllUsesWith(RS.getSelection()); in mutate()249 RS.getSelection()(); in mutate()
19 ASSERT_EQ(7, Sampler.getSelection()); in TEST()44 Counts[Sampler.getSelection()] += 1; in TEST()
44 const T &getSelection() const { in getSelection() function50 const T &operator*() const { return getSelection(); }
297 SourceSelectionArgument *getSelection() const { in getSelection() function in __anonc4972ed60111::RefactoringActionSubcommand401 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()
45 unsigned getSelection(GraphBase::NodeId nodeId) const { in getSelection() function
206 v += edgeCosts.getColAsVector(s.getSelection(mId)); in backpropagate()209 v += edgeCosts.getRowAsVector(s.getSelection(mId)); in backpropagate()
68 int getSelection() const { return Selection; } in getSelection() function
314 if (MCSec.getSelection() != COFF::IMAGE_COMDAT_SELECT_ASSOCIATIVE) { in defineSection()327 Symbol->Aux[0].Aux.SectionDefinition.Selection = MCSec.getSelection(); in defineSection()
735 unsigned AllocOpt = Solution.getSelection(NId); in mapPBQPToRegAlloc()