Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/IR/
H A DReplaceConstant.cpp25 std::map<Use *, std::vector<std::vector<ConstantExpr *>>> CEPaths; in convertConstantExprsToInstructions() local
26 collectConstantExprPaths(I, CE, CEPaths); in convertConstantExprsToInstructions()
30 convertConstantExprsToInstructions(I, CEPaths, Insts); in convertConstantExprsToInstructions()
35 std::map<Use *, std::vector<std::vector<ConstantExpr *>>> &CEPaths, in convertConstantExprsToInstructions() argument
42 if (!CEPaths.count(&U)) in convertConstantExprsToInstructions()
56 auto &Paths = CEPaths[&U]; in convertConstantExprsToInstructions()
98 std::map<Use *, std::vector<std::vector<ConstantExpr *>>> &CEPaths) { in collectConstantExprPaths() argument
132 CEPaths[&U] = Paths; in collectConstantExprPaths()
/openbsd-src/gnu/llvm/llvm/include/llvm/IR/
H A DReplaceConstant.h46 std::map<Use *, std::vector<std::vector<ConstantExpr *>>> &CEPaths,
55 std::map<Use *, std::vector<std::vector<ConstantExpr *>>> &CEPaths);