Searched defs:constructs (Results 1 – 11 of 11) sorted by relevance
27 BasicBlock* exit, std::vector<Construct*> constructs) in Construct()59 std::vector<Construct*> constructs) { in set_corresponding_constructs()
204 const std::list<Construct>& Function::constructs() const { in constructs() function in spvtools::val::Function207 std::list<Construct>& Function::constructs() { return cfg_constructs_; } in constructs() function in spvtools::val::Function
393 auto& constructs = function.constructs(); in UpdateContinueConstructExitBlocks() local
392 auto& constructs = function.constructs(); in UpdateContinueConstructExitBlocks() local
215 PyObject *constructs; member
228 struct list_head constructs; member