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

  /external/llvm/include/llvm/Analysis/
DOTGraphTraitsPass.h 32 typename AnalysisT, bool IsSimple, typename GraphT = AnalysisT *,
59 ViewGraph(Graph, Name, IsSimple, Title);
74 typename AnalysisT, bool IsSimple, typename GraphT = AnalysisT *,
108 WriteGraph(File, Graph, IsSimple, Title);
126 typename AnalysisT, bool IsSimple, typename GraphT = AnalysisT *,
137 ViewGraph(Graph, Name, IsSimple, Title);
152 typename AnalysisT, bool IsSimple, typename GraphT = AnalysisT *,
170 WriteGraph(File, Graph, IsSimple, Title);
TargetTransformInfo.h 45 : ReadMem(false), WriteMem(false), IsSimple(false), MatchingId(0),
51 bool IsSimple;
    [all...]
  /external/llvm/include/llvm/Support/
DOTGraphTraits.h 31 bool IsSimple;
34 bool isSimple() {
35 return IsSimple;
39 explicit DefaultDOTGraphTraits(bool simple=false) : IsSimple (simple) {}
  /external/clang/test/Analysis/
dtor.cpp 510 template <bool IsSimple, typename T>
516 const bool IsSimple = __is_trivial(T) && __is_same(T, U);
517 copier<IsSimple, T>::do_copy(dest, src, count);
  /external/llvm/lib/CodeGen/
TailDuplication.cpp 108 bool IsSimple, MachineBasicBlock &TailBB);
116 bool IsSimple,
121 bool IsSimple,
213 bool IsSimple,
221 if (!TailDuplicate(MBB, IsSimple, MF, TDBBs, Copies))
330 bool IsSimple = isSimpleBB(MBB);
332 if (!shouldTailDuplicate(MF, IsSimple, *MBB))
335 MadeChange |= TailDuplicateAndUpdate(MBB, IsSimple, MF);
549 bool IsSimple,
634 if (IsSimple)
    [all...]
  /external/llvm/lib/MC/
MCDwarf.cpp     [all...]
MCStreamer.cpp 215 void MCStreamer::EmitCFIStartProc(bool IsSimple) {
221 Frame.IsSimple = IsSimple;
MCAsmStreamer.cpp 983 if (Frame.IsSimple)
    [all...]
  /external/clang/lib/Sema/
SemaStmtAsm.cpp 141 StmtResult Sema::ActOnGCCAsmStmt(SourceLocation AsmLoc, bool IsSimple,
162 Context, AsmLoc, IsSimple, IsVolatile, NumOutputs, NumInputs, Names,
348 new (Context) GCCAsmStmt(Context, AsmLoc, IsSimple, IsVolatile, NumOutputs,
727 bool IsSimple = (NumOutputs != 0 || NumInputs != 0);
730 new (Context) MSAsmStmt(Context, AsmLoc, LBraceLoc, IsSimple,
TreeTransform.h     [all...]
  /external/clang/lib/Serialization/
ModuleManager.cpp 460 explicit DOTGraphTraits(bool IsSimple = false)
461 : DefaultDOTGraphTraits(IsSimple) { }
  /external/llvm/include/llvm/MC/
MCDwarf.h 497 IsSimple(false) {}
508 bool IsSimple;
MCStreamer.h 647 void EmitCFIStartProc(bool IsSimple);
  /external/llvm/lib/Target/AArch64/
AArch64TargetTransformInfo.cpp 186 if (!SrcTy.isSimple() || !DstTy.isSimple())
401 if (SelCondTy.isSimple() && SelValTy.isSimple()) {
541 Info.IsSimple = true;
550 Info.IsSimple = true;
  /external/llvm/lib/Transforms/Scalar/
EarlyCSE.cpp 416 assert(Info.IsSimple && "need to refine IsSimple in TTI");
423 assert(Info.IsSimple && "need to refine IsSimple in TTI");
437 assert(Info.IsSimple && "need to refine IsSimple in TTI");
    [all...]
  /external/clang/include/clang/AST/
Stmt.h     [all...]
  /external/clang/lib/Format/
UnwrappedLineParser.cpp     [all...]
  /external/clang/include/clang/Sema/
Sema.h     [all...]

Completed in 300 milliseconds