Home
last modified time | relevance | path

Searched defs:ConstantPropagation (Results 1 – 4 of 4) sorted by relevance

/aosp_15_r20/external/llvm/lib/Transforms/Scalar/
H A DConstantProp.cpp37 struct ConstantPropagation : public FunctionPass { struct
38 static char ID; // Pass identification, replacement for typeid
39 ConstantPropagation() : FunctionPass(ID) { in ConstantPropagation() argument
45 void getAnalysisUsage(AnalysisUsage &AU) const override { in getAnalysisUsage()
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/
H A DConstantProp.cpp42 struct ConstantPropagation : public FunctionPass { struct
43 static char ID; // Pass identification, replacement for typeid
44 ConstantPropagation() : FunctionPass(ID) { in ConstantPropagation() argument
50 void getAnalysisUsage(AnalysisUsage &AU) const override { in getAnalysisUsage()
/aosp_15_r20/external/pytorch/torch/csrc/jit/passes/
H A Dconstant_propagation.cpp362 void ConstantPropagation(at::ArrayRef<Block*> blocks) { in ConstantPropagation() function
368 void ConstantPropagation(Node* n) { in ConstantPropagation() function
395 void ConstantPropagation(Block* block) { in ConstantPropagation() function
412 bool ConstantPropagation( in ConstantPropagation() function
/aosp_15_r20/external/pytorch/test/cpp/jit/
H A Dtest_misc.cpp3126 TEST(ConstantPropagation, CustomClassesCanBePropagated) { in TEST() argument