Searched refs:CEPaths (Results 1 – 2 of 2) sorted by relevance
| /openbsd-src/gnu/llvm/llvm/lib/IR/ |
| H A D | ReplaceConstant.cpp | 25 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 D | ReplaceConstant.h | 46 std::map<Use *, std::vector<std::vector<ConstantExpr *>>> &CEPaths, 55 std::map<Use *, std::vector<std::vector<ConstantExpr *>>> &CEPaths);
|