Searched defs:constructs (Results 1 – 10 of 10) sorted by relevance
28 BasicBlock* exit, std::vector<Construct*> constructs) in Construct()60 std::vector<Construct*> constructs) { in set_corresponding_constructs()
202 const std::list<Construct>& Function::constructs() const { in constructs() function in spvtools::val::Function205 std::list<Construct>& Function::constructs() { return cfg_constructs_; } in constructs() function in spvtools::val::Function
386 auto& constructs = function.constructs(); in UpdateContinueConstructExitBlocks() local
391 auto& constructs = function.constructs(); in UpdateContinueConstructExitBlocks() local
215 PyObject *constructs; member