Searched defs:isSimple (Results 1 - 22 of 22) sorted by relevance

/freebsd-9.3-release/contrib/llvm/tools/clang/lib/AST/
H A DStmtViz.cpp33 DOTGraphTraits (bool isSimple=false) : DefaultDOTGraphTraits(isSimple) {} argument
/freebsd-9.3-release/contrib/llvm/lib/Analysis/IPA/
H A DCallPrinter.cpp27 DOTGraphTraits (bool isSimple=false) : DefaultDOTGraphTraits(isSimple) {} argument
/freebsd-9.3-release/contrib/llvm/include/llvm/Analysis/
H A DCFGPrinter.h29 DOTGraphTraits (bool isSimple=false) : DefaultDOTGraphTraits(isSimple) {} argument
/freebsd-9.3-release/contrib/llvm/include/llvm/Support/
H A DDOTGraphTraits.h34 bool isSimple() { function in struct:llvm::DefaultDOTGraphTraits
/freebsd-9.3-release/contrib/llvm/lib/Analysis/
H A DDomPrinter.cpp31 DOTGraphTraits (bool isSimple=false) argument
54 DOTGraphTraits (bool isSimple=false) argument
70 DOTGraphTraits (bool isSimple=false) argument
H A DBlockFrequencyInfo.cpp74 explicit DOTGraphTraits(bool isSimple=false) : argument
H A DRegionPrinter.cpp38 DOTGraphTraits (bool isSimple=false) argument
61 DOTGraphTraits (bool isSimple=false) argument
H A DRegionInfo.cpp207 bool Region::isSimple() const { function in class:Region
/freebsd-9.3-release/contrib/llvm/lib/CodeGen/
H A DScheduleDAGPrinter.cpp34 DOTGraphTraits (bool isSimple=false) : DefaultDOTGraphTraits(isSimple) {} argument
H A DMachineFunction.cpp368 DOTGraphTraits (bool isSimple=false) : DefaultDOTGraphTraits(isSimple) {} argument
H A DMachineScheduler.cpp3064 DOTGraphTraits (bool isSimple=false) : DefaultDOTGraphTraits(isSimple) {} argument
/freebsd-9.3-release/contrib/llvm/tools/clang/lib/Analysis/
H A DCallGraph.cpp223 DOTGraphTraits (bool isSimple=false) : DefaultDOTGraphTraits(isSimple) {} argument
H A DCFG.cpp4110 DOTGraphTraits (bool isSimple=false) : DefaultDOTGraphTraits(isSimple) {} argument
/freebsd-9.3-release/contrib/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGPrinter.cpp35 explicit DOTGraphTraits(bool isSimple=false) : argument
H A DDAGCombiner.cpp5694 bool isSimple = true; local
/freebsd-9.3-release/contrib/llvm/include/llvm/CodeGen/
H A DValueTypes.h640 bool isSimple() const { function in struct:llvm::EVT
[all...]
/freebsd-9.3-release/contrib/llvm/tools/clang/lib/CodeGen/
H A DCGValue.h191 bool isSimple() const { return LVType == Simple; } function in class:clang::CodeGen::LValue
/freebsd-9.3-release/contrib/llvm/include/llvm/IR/
H A DInstructions.h218 bool isSimple() const { return !isAtomic() && !isVolatile(); } function in class:llvm::LoadInst
338 bool isSimple() const { return !isAtomic() && !isVolatile(); } function in class:llvm::StoreInst
/freebsd-9.3-release/contrib/llvm/tools/clang/lib/StaticAnalyzer/Core/
H A DExprEngine.cpp2226 DOTGraphTraits (bool isSimple=false) : DefaultDOTGraphTraits(isSimple) {} argument
/freebsd-9.3-release/contrib/llvm/tools/clang/include/clang/AST/
H A DStmt.h1397 bool isSimple() const { return IsSimple; } function in class:clang::AsmStmt
/freebsd-9.3-release/contrib/llvm/tools/clang/lib/Sema/
H A DSemaStmt.cpp1228 bool isSimple() { return Simple; } function in class:__anon3322::DeclExtractor
/freebsd-9.3-release/contrib/llvm/tools/clang/lib/StaticAnalyzer/Checkers/
H A DRetainCountChecker.cpp361 bool isSimple() const { function in class:__anon3459::RetainSummary

Completed in 455 milliseconds