Searched refs:BaseMap (Results 1 - 3 of 3) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/clang/lib/AST/Interp/
H A DRecord.cpp23 BaseMap[B.Decl] = &B;
37 auto It = BaseMap.find(FD);
38 assert(It != BaseMap.end() && "Missing base");
H A DRecord.h106 llvm::DenseMap<const RecordDecl *, Base *> BaseMap; member in class:clang::interp::Record
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DLoopRerollPass.cpp1217 DenseMap<Value *, Value *> BaseMap; local
1360 DenseMap<Value *, Value *>::iterator BMI = BaseMap.find(Op2);
1361 if (BMI != BaseMap.end()) {
1403 BaseMap.insert(std::make_pair(RootInst, BaseInst));

Completed in 183 milliseconds