Home
last modified time | relevance | path

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

/external/llvm/lib/Transforms/Scalar/
DConstantHoisting.cpp73 struct ConstantCandidate { struct
74 ConstantUseListType Uses;
75 ConstantInt *ConstInt;
76 unsigned CumulativeCost;
78 ConstantCandidate(ConstantInt *ConstInt) in ConstantCandidate() function
82 void addUser(Instruction *Inst, unsigned Idx, unsigned Cost) { in addUser()