Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/IR/
H A DReplaceConstant.cpp31 std::map<Use *, std::vector<std::vector<ConstantExpr *>>> CEPaths; in convertConstantExprsToInstructions() local
32 collectConstantExprPaths(I, CE, CEPaths); in convertConstantExprsToInstructions()
36 convertConstantExprsToInstructions(I, CEPaths, Insts); in convertConstantExprsToInstructions()
41 std::map<Use *, std::vector<std::vector<ConstantExpr *>>> &CEPaths, in convertConstantExprsToInstructions() argument
47 if (!CEPaths.count(&U)) in convertConstantExprsToInstructions()
61 auto &Paths = CEPaths[&U]; in convertConstantExprsToInstructions()
80 std::map<Use *, std::vector<std::vector<ConstantExpr *>>> &CEPaths) { in collectConstantExprPaths() argument
114 CEPaths[&U] = Paths; in collectConstantExprPaths()
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/IR/
H A DReplaceConstant.h47 std::map<Use *, std::vector<std::vector<ConstantExpr *>>> &CEPaths,
56 std::map<Use *, std::vector<std::vector<ConstantExpr *>>> &CEPaths);