HomeSort by: relevance | last modified time | path
    Searched defs:Cfg (Results 1 - 4 of 4) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/lib/Target/X86/
X86FastTileConfig.cpp 143 auto Cfg = MachineBasicBlock::iterator(MI);
148 for (auto II = Cfg; II != MBB->end(); II++) {
192 auto Cfg = MachineBasicBlock::iterator(MI);
195 for (auto II = Cfg; II != MBB->begin(); II--) {
X86PreAMXConfig.cpp 201 Instruction *Cfg =
205 Instruction *Init0 = new StoreInst(Val0, Addr, false, Alignment, Cfg);
206 assert(Init0 && "Not Zero initilizate the cfg mem!");
208 preWriteTileCfg(I8Ptr, Cfg, Shapes);
  /src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Core/
ExprEngineCallAndReturn.cpp 45 // Get the entry block in the CFG of the callee.
50 // Validate the CFG.
374 const CFG *Cfg = ADC->getCFG();
375 return Cfg->isLinear() || Cfg->size() <= AMgr.options.AlwaysInlineSize;
379 const CFG *Cfg = ADC->getCFG();
380 return Cfg->size() >= AMgr.options.MinCFGSizeTreatFunctionsAsLarge;
384 const CFG *Cfg = ADC->getCFG()
    [all...]
  /src/external/apache2/llvm/dist/clang/lib/Analysis/
CFG.cpp 1 //===- CFG.cpp - Classes for representing and building CFGs ---------------===//
9 // This file defines the CFG and CFGBuilder classes for representing and
14 #include "clang/Analysis/CFG.h"
172 /// The CFG builder uses a recursive algorithm to build the CFG. When
316 /// Begin of scope in direction of CFG building (backwards).
368 /// Structure for specifying position in CFG during its build process. It
369 /// consists of CFGBlock that specifies position in CFG and
383 /// can be decided up front during CFG construction.
453 /// CFGBuilder - This class implements CFG construction from an AST
471 std::unique_ptr<CFG> cfg; member in class:__anon2711::CFGBuilder
5828 print(llvm::errs(), cfg, LO, ShowColors); local
    [all...]

Completed in 19 milliseconds