HomeSort by relevance Sort by last modified time
    Searched refs:Fns (Results 1 - 10 of 10) sorted by null

  /external/llvm/tools/sancov/
sancov.cc 173 std::map<FileLoc, std::string> Fns;
180 // Fill in Fns map.
189 Fns[Loc] = FrameInfo.FunctionName;
193 return Fns;
199 std::map<FileLoc, std::string> Fns = computeFunctionsMap(Addrs);
205 for (const auto &P : Fns) {
  /external/llvm/lib/Analysis/
TargetLibraryInfo.cpp 489 void TargetLibraryInfoImpl::addVectorizableFunctions(ArrayRef<VecDesc> Fns) {
490 VectorDescs.insert(VectorDescs.end(), Fns.begin(), Fns.end());
493 ScalarDescs.insert(ScalarDescs.end(), Fns.begin(), Fns.end());
CFLAliasAnalysis.cpp 282 tryInterproceduralAnalysis(const SmallVectorImpl<Function *> &Fns,
287 assert(Fns.size() > 0);
295 for (auto *Fn : Fns) {
305 for (auto *Fn : Fns) {
    [all...]
  /external/llvm/include/llvm/Analysis/
TargetLibraryInfo.h 141 void addVectorizableFunctions(ArrayRef<VecDesc> Fns);
  /external/clang/lib/Sema/
SemaOverload.cpp     [all...]
  /external/llvm/tools/bugpoint/
Miscompilation.cpp 447 const std::vector<Function *> &Fns)
448 : BD(bd), TestFn(F), FunctionsBeingTested(Fns) {}
    [all...]
  /external/llvm/utils/TableGen/
CodeGenDAGPatterns.h 409 void setPredicateFns(const std::vector<TreePredicateFn> &Fns) {
411 PredicateFns = Fns;
  /external/clang/lib/CodeGen/
CodeGenModule.h     [all...]
CodeGenModule.cpp 681 void CodeGenModule::EmitCtorList(const CtorList &Fns, const char *GlobalName) {
692 for (const auto &I : Fns) {
    [all...]
  /external/clang/include/clang/Sema/
Sema.h     [all...]

Completed in 231 milliseconds