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

  /external/swiftshader/third_party/llvm-7.0/llvm/unittests/tools/llvm-cfi-verify/
FileAnalysis.cpp 419 Analysis.getDirectControlFlowXRefs(*InstrMetaPtr);
423 XRefs = Analysis.getDirectControlFlowXRefs(*InstrMetaPtr);
430 XRefs = Analysis.getDirectControlFlowXRefs(*InstrMetaPtr);
436 XRefs = Analysis.getDirectControlFlowXRefs(*InstrMetaPtr);
441 EXPECT_TRUE(Analysis.getDirectControlFlowXRefs(*InstrMetaPtr).empty());
444 XRefs = Analysis.getDirectControlFlowXRefs(*InstrMetaPtr);
445 EXPECT_TRUE(Analysis.getDirectControlFlowXRefs(*InstrMetaPtr).empty());
448 XRefs = Analysis.getDirectControlFlowXRefs(*InstrMetaPtr);
453 XRefs = Analysis.getDirectControlFlowXRefs(*InstrMetaPtr);
454 EXPECT_TRUE(Analysis.getDirectControlFlowXRefs(*InstrMetaPtr).empty())
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-cfi-verify/lib/
FileAnalysis.h 132 getDirectControlFlowXRefs(const Instr &InstrMeta) const;
GraphBuilder.cpp 226 Analysis.getDirectControlFlowXRefs(ChildMeta);
FileAnalysis.cpp 217 FileAnalysis::getDirectControlFlowXRefs(const Instr &InstrMeta) const {

Completed in 119 milliseconds