Searched defs:Leader (Results 1 – 10 of 10) sorted by relevance
/llvm-project/llvm/lib/Support/ |
H A D | IntEqClasses.cpp | 70 SmallVector<unsigned, 8> Leader; in uncompress() local
|
/llvm-project/clang/lib/Analysis/FlowSensitive/ |
H A D | SimplifyConstraints.cpp | 116 Atom Leader = EquivalentAtoms.getLeaderValue(TheAtom); in simplifyConstraints() local
|
/llvm-project/llvm/include/llvm/ADT/ |
H A D | EquivalenceClasses.h | 74 mutable const ECValue *Leader, *Next; variable
|
/llvm-project/llvm/lib/Transforms/Scalar/ |
H A D | NewGVN.cpp | 300 CongruenceClass(unsigned ID, std::pair<Value *, unsigned int> Leader, in CongruenceClass() argument 315 setLeader(Value * Leader) setLeader() argument 326 setStoredValue(Value * Leader) setStoredValue() argument 328 setMemoryLeader(const MemoryAccess * Leader) setMemoryLeader() argument 733 createCongruenceClass(Value * Leader,const Expression * E) createCongruenceClass() argument 3596 auto Leader = lookupOperandLeader(SI->getValueOperand()); convertClassToDFSOrdered() local 3921 Value *Leader = eliminateInstructions() local 4152 Instruction *Leader = cast<Instruction>(EliminationStack.back()); eliminateInstructions() local [all...] |
/llvm-project/llvm/lib/CodeGen/ |
H A D | MachineCopyPropagation.cpp | 1133 printSpillReloadChain(DenseMap<MachineInstr *,SmallVector<MachineInstr * >> & SpillChain,DenseMap<MachineInstr *,SmallVector<MachineInstr * >> & ReloadChain,MachineInstr * Leader) printSpillReloadChain() argument 1391 auto Leader = ChainLeader.find(MaybePrevReload); EliminateSpillageCopies() local
|
H A D | LiveDebugVariables.cpp | 790 UserValue *&Leader = virtRegToEqClass[VirtReg]; mapVirtReg() local
|
/llvm-project/llvm/lib/Analysis/ |
H A D | VectorUtils.cpp | 615 Value *Leader = ECs.getOrInsertLeaderValue(Val); computeMinimumValueSizes() local
|
H A D | LoopAccessAnalysis.cpp | 1113 Value *Leader = DepCands.getLeaderValue(Access).getPointer(); createCheckForAccess() local
|
/llvm-project/llvm/utils/TableGen/ |
H A D | GlobalISelCombinerEmitter.cpp | 548 StringRef Leader; getInstEqClasses() local
|
/llvm-project/polly/lib/Analysis/ |
H A D | ScopBuilder.cpp | 1881 Instruction *Leader = UnionFind.getLeaderValue(Inst); in joinOrderedInstructions() local
|