Searched defs:AvailableLoads (Results 1 – 3 of 3) sorted by relevance
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/ |
H A D | LoopUnroll.cpp | 233 StackNode(ScopedHashTable<const SCEV *, LoadValue> &AvailableLoads, in StackNode() 278 ScopedHashTable<const SCEV *, LoadValue> AvailableLoads; in loadCSE() local
|
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/ |
H A D | EarlyCSE.cpp | 700 LoadHTType AvailableLoads; member in __anon2439b80b0411::EarlyCSE 747 NodeScope(ScopedHTType &AvailableValues, LoadHTType &AvailableLoads, in NodeScope() 770 StackNode(ScopedHTType &AvailableValues, LoadHTType &AvailableLoads, in StackNode()
|
H A D | GVN.cpp | 1474 MapVector<BasicBlock *, Value *> &AvailableLoads, in eliminatePartiallyRedundantLoad() 1877 MapVector<BasicBlock *, Value *> AvailableLoads; in performLoopLoadPRE() local
|