Searched defs:EntryFunctionState (Results 1 – 2 of 2) sorted by relevance
32 EntryFunctionState() : ExitBB(nullptr){}; in EntryFunctionState() function
40 struct EntryFunctionState { struct41 llvm::BasicBlock *ExitBB = nullptr;