Home
last modified time | relevance | path

Searched defs:Leader (Results 1 – 6 of 6) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Support/
DIntEqClasses.cpp69 SmallVector<unsigned, 8> Leader; in uncompress() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ADT/
DEquivalenceClasses.h72 mutable const ECValue *Leader, *Next; variable
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/
DNewGVN.cpp302 CongruenceClass(unsigned ID, Value *Leader, const Expression *E) in CongruenceClass()
317 void setLeader(Value *Leader) { RepLeader = Leader; } in setLeader()
328 void setStoredValue(Value *Leader) { RepStoredValue = Leader; } in setStoredValue()
330 void setMemoryLeader(const MemoryAccess *Leader) { RepMemoryAccess = Leader; } in setMemoryLeader()
696 CongruenceClass *createCongruenceClass(Value *Leader, const Expression *E) { in createCongruenceClass()
3578 auto Leader = lookupOperandLeader(SI->getValueOperand()); in convertClassToDFSOrdered() local
3901 Value *Leader = in eliminateInstructions() local
4120 Instruction *Leader = cast<Instruction>(EliminationStack.back()); in eliminateInstructions() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DLiveDebugVariables.cpp587 UserValue *&Leader = userVarMap[Var]; in getUserValue() local
605 UserValue *&Leader = virtRegToEqClass[VirtReg]; in mapVirtReg() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
DVectorUtils.cpp413 Value *Leader = ECs.getOrInsertLeaderValue(Val); in computeMinimumValueSizes() local
DLoopAccessAnalysis.cpp679 Value *Leader = DepCands.getLeaderValue(Access).getPointer(); in createCheckForAccess() local