Lines Matching defs:ConstCandMap
366 ConstCandMapType &ConstCandMap, Instruction *Inst, unsigned Idx,
388 std::tie(Itr, Inserted) = ConstCandMap.insert(std::make_pair(Cand, 0));
406 ConstCandMapType &ConstCandMap, Instruction *Inst, unsigned Idx,
446 std::tie(Itr, Inserted) = ConstCandMap.insert(std::make_pair(Cand, 0));
458 ConstCandMapType &ConstCandMap, Instruction *Inst, unsigned Idx) {
463 collectConstantCandidates(ConstCandMap, Inst, Idx, ConstInt);
477 collectConstantCandidates(ConstCandMap, Inst, Idx, ConstInt);
486 collectConstantCandidates(ConstCandMap, Inst, Idx, ConstExpr);
495 collectConstantCandidates(ConstCandMap, Inst, Idx, ConstInt);
504 ConstCandMapType &ConstCandMap, Instruction *Inst) {
517 collectConstantCandidates(ConstCandMap, Inst, Idx);
525 ConstCandMapType ConstCandMap;
532 collectConstantCandidates(ConstCandMap, &Inst);