Searched defs:DFSanFunction (Results 1 – 1 of 1) sorted by relevance
538 struct DFSanFunction { struct539 DataFlowSanitizer &DFS;540 Function *F;541 DominatorTree DT;543 bool IsNativeABI;551 struct PHIFixupElement {558 DenseSet<Instruction *> SkipInsts;559 std::vector<Value *> NonZeroChecks;561 struct CachedShadow {574 DFSanFunction(DataFlowSanitizer &DFS, Function *F, bool IsNativeABI) in DFSanFunction() function[all …]