Home
last modified time | relevance | path

Searched refs:CallHTType (Results 1 – 2 of 2) sorted by relevance

/external/swiftshader/third_party/LLVM/lib/Transforms/Scalar/
DEarlyCSE.cpp246 typedef ScopedHashTable<CallValue, std::pair<Value*, unsigned> > CallHTType; typedef in __anon1b8aab990311::EarlyCSE
247 CallHTType *AvailableCalls;
294 CallHTType::ScopeTy CallScope(*AvailableCalls); in INITIALIZE_PASS_DEPENDENCY()
465 CallHTType CallTable; in runOnFunction()
/external/llvm/lib/Transforms/Scalar/
DEarlyCSE.cpp307 CallHTType; typedef in __anoncdf6c96d0311::EarlyCSE
308 CallHTType AvailableCalls;
327 CallHTType &AvailableCalls) in NodeScope()
337 CallHTType::ScopeTy CallScope;
347 CallHTType &AvailableCalls, unsigned cg, DomTreeNode *n, in StackNode()