Home | History | Annotate | Download | only in val

Lines Matching refs:Construct

27 #include "source/val/construct.h"
81 Construct& loop_construct =
83 Construct& continue_construct =
200 const std::list<Construct>& Function::constructs() const {
203 std::list<Construct>& Function::constructs() { return cfg_constructs_; }
281 Construct& Function::AddConstruct(const Construct& new_construct) {
289 Construct& Function::FindConstructForEntryBlock(const BasicBlock* entry_block,
322 Construct* continue_construct =
325 // Continue construct has only 1 corresponding construct (loop header).
326 Construct* loop_construct =