Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/
H A DEarlyCSE.cpp577 LoadHTType AvailableLoads; member in __anon16fc0a160311::EarlyCSE
617 NodeScope(ScopedHTType &AvailableValues, LoadHTType &AvailableLoads, in NodeScope()
637 StackNode(ScopedHTType &AvailableValues, LoadHTType &AvailableLoads, in StackNode()
H A DGVN.cpp1188 MapVector<BasicBlock *, Value *> &AvailableLoads) { in eliminatePartiallyRedundantLoad()
1570 MapVector<BasicBlock *, Value *> AvailableLoads; in performLoopLoadPRE() local