Home
last modified time | relevance | path

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

/external/swiftshader/third_party/LLVM/lib/Transforms/Instrumentation/
DPathProfiling.cpp281 void runOnFunction(std::vector<Constant*> &ftInit, Function &F, Module &M);
1268 void PathProfiler::runOnFunction(std::vector<Constant*> &ftInit, in runOnFunction() argument
1320 ftInit.push_back(functionEntry); in runOnFunction()
1367 std::vector<Constant*> ftInit; in runOnModule() local
1378 runOnFunction(ftInit, *F, M); in runOnModule()
1382 ArrayType* ftArrayType = ArrayType::get(t, ftInit.size()); in runOnModule()
1383 Constant* ftInitConstant = ConstantArray::get(ftArrayType, ftInit); in runOnModule()