Home
last modified time | relevance | path

Searched refs:AllocaTmps (Results 1 – 5 of 5) sorted by relevance

/external/llvm/include/llvm/Transforms/Utils/
DEvaluator.h45 for (auto &Tmp : AllocaTmps) in ~Evaluator()
103 SmallVector<std::unique_ptr<GlobalVariable>, 32> AllocaTmps; variable
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Transforms/Utils/
DEvaluator.h47 for (auto &Tmp : AllocaTmps) in ~Evaluator()
117 SmallVector<std::unique_ptr<GlobalVariable>, 32> AllocaTmps; variable
/external/swiftshader/third_party/LLVM/lib/Transforms/IPO/
DGlobalOpt.cpp2305 std::vector<GlobalVariable*> &AllocaTmps, in EvaluateFunction() argument
2421 AllocaTmps.push_back(new GlobalVariable(Ty, false, in EvaluateFunction()
2425 InstResult = AllocaTmps.back(); in EvaluateFunction()
2476 MutatedMemory, AllocaTmps, SimpleConstants, TD)) in EvaluateFunction()
2559 std::vector<GlobalVariable*> AllocaTmps; in EvaluateStaticConstructor() local
2574 MutatedMemory, AllocaTmps, in EvaluateStaticConstructor()
2589 while (!AllocaTmps.empty()) { in EvaluateStaticConstructor()
2590 GlobalVariable *Tmp = AllocaTmps.back(); in EvaluateStaticConstructor()
2591 AllocaTmps.pop_back(); in EvaluateStaticConstructor()
/external/llvm/lib/Transforms/Utils/
DEvaluator.cpp346 AllocaTmps.push_back( in EvaluateBlock()
349 InstResult = AllocaTmps.back().get(); in EvaluateBlock()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Utils/
DEvaluator.cpp446 AllocaTmps.push_back(llvm::make_unique<GlobalVariable>( in EvaluateBlock()
450 InstResult = AllocaTmps.back().get(); in EvaluateBlock()